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

/external/clang/tools/libclang/
H A DIndexDecl.cpp52 void handleObjCMethod(const ObjCMethodDecl *D) { function in class:__anon19525::IndexingDeclVisitor
53 IndexCtx.handleObjCMethod(D);
205 handleObjCMethod(D);
212 handleObjCMethod(MD);
215 handleObjCMethod(MD);
H A DIndexingContext.h417 bool handleObjCMethod(const ObjCMethodDecl *D);
H A DIndexingContext.cpp573 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) { function in class:IndexingContext

Completed in 2557 milliseconds