summaryrefslogtreecommitdiffstats
path: root/tools/libclang/CXIndexDataConsumer.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libclang/CXIndexDataConsumer.h')
-rw-r--r--tools/libclang/CXIndexDataConsumer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libclang/CXIndexDataConsumer.h b/tools/libclang/CXIndexDataConsumer.h
index 718a2a18b1..16162cb83f 100644
--- a/tools/libclang/CXIndexDataConsumer.h
+++ b/tools/libclang/CXIndexDataConsumer.h
@@ -418,7 +418,7 @@ public:
bool handleObjCCategory(const ObjCCategoryDecl *D);
bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
- bool handleObjCMethod(const ObjCMethodDecl *D);
+ bool handleObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc);
bool handleSynthesizedObjCProperty(const ObjCPropertyImplDecl *D);
bool handleSynthesizedObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc,