HomeSort by relevance Sort by last modified time
    Searched defs:handleObjCMethod (Results 1 - 2 of 2) 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.cpp 565 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) {
    [all...]

Completed in 45 milliseconds