Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp192 IndexCtx.handleObjCCategoryImpl(D); in VisitObjCCategoryImplDecl()
DIndexingContext.h418 bool handleObjCCategoryImpl(const ObjCCategoryImplDecl *D);
DIndexingContext.cpp544 bool IndexingContext::handleObjCCategoryImpl(const ObjCCategoryImplDecl *D) { in handleObjCCategoryImpl() function in IndexingContext