Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/clang/include/clang-c/
H A DIndex.h5197 CXIdxEntity_Typedef = 1, enumerator
/minix/external/bsd/llvm/dist/clang/tools/libclang/
H A DIndexingContext.cpp965 EntityInfo.kind = CXIdxEntity_Typedef; break; in getEntityInfo()
/minix/external/bsd/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2704 case CXIdxEntity_Typedef: return "typedef"; in getEntityKindString()