Searched defs:handleObjCMethod (Results 1 - 2 of 2) sorted by relevance

/external/clang/tools/libclang/
H A DIndexDecl.cpp44 void handleObjCMethod(ObjCMethodDecl *D) { function in class:__anon4848::IndexingDeclVisitor
45 IndexCtx.handleObjCMethod(D);
200 handleObjCMethod(D);
207 handleObjCMethod(MD);
210 handleObjCMethod(MD);
H A DIndexingContext.cpp497 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) { function in class:IndexingContext

Completed in 19 milliseconds