Home
last modified time | relevance | path

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

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