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

  /external/clang/tools/libclang/
IndexDecl.cpp 44 void handleObjCMethod(const ObjCMethodDecl *D) {
45 IndexCtx.handleObjCMethod(D);
201 handleObjCMethod(D);
208 handleObjCMethod(MD);
211 handleObjCMethod(MD);
IndexingContext.h 421 bool handleObjCMethod(const ObjCMethodDecl *D);
IndexingContext.cpp 565 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) {
    [all...]

Completed in 594 milliseconds