Home
last modified time | relevance | path

Searched refs:CXIdxEntityCXXTemplateKind (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang-c/
DIndex.h5361 } CXIdxEntityCXXTemplateKind; typedef
5378 CXIdxEntityCXXTemplateKind templateKind;
/external/clang/tools/c-index-test/
Dc-index-test.c2820 static const char *getEntityTemplateKindString(CXIdxEntityCXXTemplateKind kind) { in getEntityTemplateKindString()