aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/ASTContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/clang/AST/ASTContext.h')
-rw-r--r--include/clang/AST/ASTContext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/clang/AST/ASTContext.h b/include/clang/AST/ASTContext.h
index 7707b1d215..32aa9157aa 100644
--- a/include/clang/AST/ASTContext.h
+++ b/include/clang/AST/ASTContext.h
@@ -548,7 +548,8 @@ private:
bool ExpandPointedToStructures,
bool ExpandStructures,
FieldDecl *Field,
- bool OutermostType = false) const;
+ bool OutermostType = false,
+ bool EncodingProperty = false) const;
};