Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexDecl.cpp180 IndexCtx.handleObjCCategory(D); in VisitObjCCategoryDecl()
DIndexingContext.h417 bool handleObjCCategory(const ObjCCategoryDecl *D);
DIndexingContext.cpp512 bool IndexingContext::handleObjCCategory(const ObjCCategoryDecl *D) { in handleObjCCategory() function in IndexingContext