Home
last modified time | relevance | path

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

/external/clang/lib/Index/
DIndexDecl.cpp78 bool handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in __anon67ce83f20111::IndexingDeclVisitor
295 handleObjCMethod(D); in VisitObjCMethodDecl()
302 handleObjCMethod(MD); in VisitObjCPropertyDecl()
305 handleObjCMethod(MD); in VisitObjCPropertyDecl()
/external/clang/tools/libclang/
DCXIndexDataConsumer.h422 bool handleObjCMethod(const ObjCMethodDecl *D);
DCXIndexDataConsumer.cpp98 DataConsumer.handleObjCMethod(D); in VisitObjCMethodDecl()
796 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D) { in handleObjCMethod() function in CXIndexDataConsumer