Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DIndex.h5482 CXIdxEntity_Typedef = 1, enumerator
/external/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp1258 return CXIdxEntity_Typedef; in getEntityKindFromSymbolKind()
/external/llvm-project/clang/include/clang-c/
DIndex.h6241 CXIdxEntity_Typedef = 1, enumerator
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1258 return CXIdxEntity_Typedef; in getEntityKindFromSymbolKind()
/external/rust/crates/clang-sys/src/
Dlib.rs613 const CXIdxEntity_Typedef = 1, constant
/external/clang/tools/c-index-test/
Dc-index-test.c2942 case CXIdxEntity_Typedef: return "typedef"; in getEntityKindString()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3464 case CXIdxEntity_Typedef: return "typedef"; in getEntityKindString()