Home
last modified time | relevance | path

Searched refs:templateKind (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Index/
H A Doverriding-method-comments.mm119 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comm…
124 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comm…
/llvm-project-15.0.7/clang/include/clang-c/
H A DIndex.h6402 CXIdxEntityCXXTemplateKind templateKind; member
/llvm-project-15.0.7/clang/tools/libclang/
H A DCXIndexDataConsumer.cpp1162 EntityInfo.templateKind = getEntityKindFromSymbolProperties(SymInfo.Properties); in getEntityInfo()
/llvm-project-15.0.7/clang/tools/c-index-test/
H A Dc-index-test.c3557 getEntityTemplateKindString(info->templateKind)); in printEntityInfo()