Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h5501 CXIdxEntity_CXXClass = 16, enumerator
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1269 return CXIdxEntity_CXXClass; in getEntityKindFromSymbolKind()
/external/clang/tools/c-index-test/
Dc-index-test.c2957 case CXIdxEntity_CXXClass: return "c++-class"; in getEntityKindString()