Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DIndexingContext.cpp924 EntityInfo.templateKind = CXIdxEntity_NonTemplate; in getEntityInfo()
1091 if (EntityInfo.templateKind != CXIdxEntity_NonTemplate) in getEntityInfo()
/external/clang/include/clang-c/
DIndex.h5382 CXIdxEntity_NonTemplate = 0, enumerator
/external/clang/tools/c-index-test/
Dc-index-test.c2521 case CXIdxEntity_NonTemplate: return ""; in getEntityTemplateKindString()