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 53 void handleObjCMethod(const ObjCMethodDecl *D) {
54 IndexCtx.handleObjCMethod(D);
215 handleObjCMethod(D);
222 handleObjCMethod(MD);
225 handleObjCMethod(MD);
IndexingContext.cpp 573 bool IndexingContext::handleObjCMethod(const ObjCMethodDecl *D) {
    [all...]

Completed in 29 milliseconds