Home
last modified time | relevance | path

Searched refs:TemplateKind (Results 1 – 10 of 10) sorted by relevance

/external/clang/lib/AST/
DComment.cpp134 TemplateKind = NotTemplate; in fill()
164 TemplateKind = TemplateSpecialization; in fill()
190 TemplateKind = Template; in fill()
200 TemplateKind = Template; in fill()
208 TemplateKind = TemplatePartialSpecialization; in fill()
214 TemplateKind = TemplateSpecialization; in fill()
312 TemplateKind = Template; in fill()
/external/llvm-project/clang/lib/AST/
DComment.cpp209 TemplateKind = NotTemplate; in fill()
239 TemplateKind = TemplateSpecialization; in fill()
265 TemplateKind = Template; in fill()
275 TemplateKind = Template; in fill()
283 TemplateKind = TemplatePartialSpecialization; in fill()
289 TemplateKind = TemplateSpecialization; in fill()
345 TemplateKind = Template; in fill()
/external/llvm-project/clang/include/clang/Sema/
DParsedTemplate.h202 ParsedTemplateTy OpaqueTemplateName, TemplateNameKind TemplateKind, in Create()
209 OperatorKind, OpaqueTemplateName, TemplateKind, in Create()
243 TemplateNameKind TemplateKind, in TemplateIdAnnotation()
249 Kind(TemplateKind), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateIdAnnotation()
/external/clang/include/clang/AST/
DComment.h1070 unsigned TemplateKind : 2; member
1092 return static_cast<TemplateDeclKind>(TemplateKind); in getTemplateKind()
/external/llvm-project/clang/include/clang/AST/
DComment.h1064 unsigned TemplateKind : 2; member
1086 return static_cast<TemplateDeclKind>(TemplateKind); in getTemplateKind()
/external/llvm-project/clang/lib/Index/
DCommentToXML.cpp833 switch (DI->TemplateKind) { in visitFullComment()
854 switch (DI->TemplateKind) { in visitFullComment()
/external/clang/lib/Index/
DCommentToXML.cpp836 switch (DI->TemplateKind) { in visitFullComment()
857 switch (DI->TemplateKind) { in visitFullComment()
/external/clang/lib/Sema/
DSemaTemplate.cpp185 TemplateNameKind TemplateKind; in isTemplateName() local
192 TemplateKind = TNK_Function_template; in isTemplateName()
208 TemplateKind = TNK_Function_template; in isTemplateName()
216 TemplateKind = in isTemplateName()
222 return TemplateKind; in isTemplateName()
/external/llvm-project/clang/lib/Sema/
DSemaTemplate.cpp259 TemplateNameKind TemplateKind; in isTemplateName() local
266 TemplateKind = TNK_Function_template; in isTemplateName()
293 TemplateKind = TNK_Function_template; in isTemplateName()
301 TemplateKind = in isTemplateName()
309 return TemplateKind; in isTemplateName()
/external/llvm-project/clang/lib/CodeGen/
DCGDebugInfo.cpp2240 auto TemplateKind = CXXDecl->getTemplateSpecializationKind(); in isDefinedInClangModule() local
2241 if (TemplateKind != TSK_Undeclared) { in isDefinedInClangModule()
2252 return TemplateKind == TSK_ExplicitInstantiationDeclaration; in isDefinedInClangModule()