Home
last modified time | relevance | path

Searched refs:CXIdxEntity_ObjCCategory (Results 1 – 4 of 4) sorted by relevance

/external/clang/tools/libclang/
DIndexing.cpp770 return CXIdxEntity_ObjCClass <= K && K <= CXIdxEntity_ObjCCategory; in clang_index_isEntityObjCContainerKind()
DIndexingContext.cpp1000 EntityInfo.kind = CXIdxEntity_ObjCCategory; in getEntityInfo()
/external/clang/include/clang-c/
DIndex.h5314 CXIdxEntity_ObjCCategory = 8, enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c2796 case CXIdxEntity_ObjCCategory: return "objc-category"; in getEntityKindString()