HomeSort by relevance Sort by last modified time
    Searched refs:handleObjCMethod (Results 1 - 3 of 3) sorted by null

  /external/clang/tools/libclang/
IndexDecl.cpp 44 void handleObjCMethod(ObjCMethodDecl *D) {
45 IndexCtx.handleObjCMethod(D);
187 handleObjCMethod(D);
194 handleObjCMethod(MD);
197 handleObjCMethod(MD);
IndexingContext.h 426 bool handleObjCMethod(const ObjCMethodDecl *D);
IndexingContext.cpp 497 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) {
    [all...]

Completed in 150 milliseconds