Home
last modified time | relevance | path

Searched refs:handleSynthesizedObjCMethod (Results 1 – 3 of 3) sorted by relevance

/external/clang/tools/libclang/
DIndexDecl.cpp238 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(), in VisitObjCPropertyImplDecl()
244 IndexCtx.handleSynthesizedObjCMethod(MD, D->getLocation(), in VisitObjCPropertyImplDecl()
DIndexingContext.h423 bool handleSynthesizedObjCMethod(const ObjCMethodDecl *D, SourceLocation Loc,
DIndexingContext.cpp596 bool IndexingContext::handleSynthesizedObjCMethod(const ObjCMethodDecl *D, in handleSynthesizedObjCMethod() function in IndexingContext