Home
last modified time | relevance | path

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

/external/llvm-project/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/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/llvm-project/clang/tools/libclang/
DCXIndexDataConsumer.cpp1149 EntityInfo.templateKind = getEntityKindFromSymbolProperties(SymInfo.Properties); in getEntityInfo()
/external/llvm-project/clang/include/clang-c/
DIndex.h6314 CXIdxEntityCXXTemplateKind templateKind; member
/external/clang/tools/libclang/
DCXIndexDataConsumer.cpp1153 EntityInfo.templateKind = getEntityKindFromSymbolSubKinds(SymInfo.SubKinds); in getEntityInfo()
/external/rust/crates/clang-sys/src/
Dlib.rs1411 pub templateKind: CXIdxEntityCXXTemplateKind, field
/external/clang/tools/c-index-test/
Dc-index-test.c3015 getEntityTemplateKindString(info->templateKind)); in printEntityInfo()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3538 getEntityTemplateKindString(info->templateKind)); in printEntityInfo()