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(ObjCMethodDecl *D) {
45 IndexCtx.handleObjCMethod(D);
187 handleObjCMethod(D);
194 handleObjCMethod(MD);
197 handleObjCMethod(MD);
IndexingContext.cpp 497 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) {
    [all...]

Completed in 21 milliseconds