diff options
Diffstat (limited to 'tools/libclang/IndexingContext.h')
-rw-r--r-- | tools/libclang/IndexingContext.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/libclang/IndexingContext.h b/tools/libclang/IndexingContext.h index 8463e3fedf..d828b17ca5 100644 --- a/tools/libclang/IndexingContext.h +++ b/tools/libclang/IndexingContext.h @@ -406,7 +406,8 @@ public: bool handleObjCMethod(const ObjCMethodDecl *D); bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D); - bool handleSynthesizedObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc); + bool handleSynthesizedObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc, + const DeclContext *LexicalDC); bool handleObjCProperty(const ObjCPropertyDecl *D); @@ -452,7 +453,8 @@ public: private: bool handleDecl(const NamedDecl *D, SourceLocation Loc, CXCursor Cursor, - DeclInfo &DInfo); + DeclInfo &DInfo, + const DeclContext *LexicalDC = 0); bool handleObjCContainer(const ObjCContainerDecl *D, SourceLocation Loc, CXCursor Cursor, |