Home
last modified time | relevance | path

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

/external/clang/test/Index/
Doverriding-method-comments.mm119 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comm…
124 // CHECK: FullCommentAsXML=[<Function templateKind="template" file="{{[^"]+}}overriding-method-comm…
/external/clang/include/clang-c/
DIndex.h5554 CXIdxEntityCXXTemplateKind templateKind; member
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1153 EntityInfo.templateKind = getEntityKindFromSymbolSubKinds(SymInfo.SubKinds); in getEntityInfo()
/external/clang/tools/c-index-test/
Dc-index-test.c3015 getEntityTemplateKindString(info->templateKind)); in printEntityInfo()