Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexDecl.cpp133 bool handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in __anon2e397e1c0111::IndexingDeclVisitor
504 handleObjCMethod(D); in VisitObjCMethodDecl()
511 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
514 handleObjCMethod(MD, D); in VisitObjCPropertyDecl()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXIndexDataConsumer.h399 bool handleObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc);
H A DCXIndexDataConsumer.cpp97 DataConsumer.handleObjCMethod(D, DeclLoc); in VisitObjCMethodDecl()
802 bool CXIndexDataConsumer::handleObjCMethod(const ObjCMethodDecl *D, in handleObjCMethod() function in CXIndexDataConsumer