Home
last modified time | relevance | path

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

/external/llvm-project/clang/tools/libclang/
DIndexing.cpp721 return CXIdxEntity_ObjCClass <= K && K <= CXIdxEntity_ObjCCategory; in clang_index_isEntityObjCContainerKind()
DCXIndexDataConsumer.cpp1274 case SymbolKind::Extension: return CXIdxEntity_ObjCCategory; in getEntityKindFromSymbolKind()
/external/clang/tools/libclang/
DIndexing.cpp693 return CXIdxEntity_ObjCClass <= K && K <= CXIdxEntity_ObjCCategory; in clang_index_isEntityObjCContainerKind()
DCXIndexDataConsumer.cpp1274 case SymbolKind::Extension: return CXIdxEntity_ObjCCategory; in getEntityKindFromSymbolKind()
/external/clang/include/clang-c/
DIndex.h5490 CXIdxEntity_ObjCCategory = 8, enumerator
/external/llvm-project/clang/include/clang-c/
DIndex.h6249 CXIdxEntity_ObjCCategory = 8, enumerator
/external/rust/crates/clang-sys/src/
Dlib.rs620 const CXIdxEntity_ObjCCategory = 8, constant
/external/clang/tools/c-index-test/
Dc-index-test.c2949 case CXIdxEntity_ObjCCategory: return "objc-category"; in getEntityKindString()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3471 case CXIdxEntity_ObjCCategory: return "objc-category"; in getEntityKindString()