diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/clang/AST/DeclObjC.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/clang/AST/DeclObjC.h b/include/clang/AST/DeclObjC.h index ba415f90df..81f8f61120 100644 --- a/include/clang/AST/DeclObjC.h +++ b/include/clang/AST/DeclObjC.h @@ -225,6 +225,7 @@ public: bool isVariadic() const { return IsVariadic; } bool isSynthesized() const { return IsSynthesized; } + void setIsSynthesized() { IsSynthesized = true; } // Related to protocols declared in @protocol void setDeclImplementation(ImplementationControl ic) { |