Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6328 CXIdxEntity_Typedef = 1, enumerator
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1271 return CXIdxEntity_Typedef; in getEntityKindFromSymbolKind()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3481 case CXIdxEntity_Typedef: return "typedef"; in getEntityKindString()