Home
last modified time | relevance | path

Searched refs:handleObjCMethod (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexDecl.cpp52 void handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in __anon5a7f333d0111::IndexingDeclVisitor
53 IndexCtx.handleObjCMethod(D); in handleObjCMethod()
205 handleObjCMethod(D); in VisitObjCMethodDecl()
212 handleObjCMethod(MD); in VisitObjCPropertyDecl()
215 handleObjCMethod(MD); in VisitObjCPropertyDecl()
DIndexingContext.h420 bool handleObjCMethod(const ObjCMethodDecl *D);
DIndexingContext.cpp573 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in IndexingContext