Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DComment.cpp208 TemplateKind = NotTemplate; in fill()
240 TemplateKind = TemplateSpecialization; in fill()
270 TemplateKind = Template; in fill()
282 TemplateKind = Template; in fill()
290 TemplateKind = TemplatePartialSpecialization; in fill()
297 TemplateKind = TemplatePartialSpecialization; in fill()
303 TemplateKind = TemplateSpecialization; in fill()
312 TemplateKind = TemplateSpecialization; in fill()
330 TemplateKind = Template; in fill()
347 TemplateKind = Template; in fill()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h200 ParsedTemplateTy OpaqueTemplateName, TemplateNameKind TemplateKind, in Create()
207 OperatorKind, OpaqueTemplateName, TemplateKind, in Create()
242 TemplateNameKind TemplateKind, in TemplateIdAnnotation()
248 Kind(TemplateKind), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateIdAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp845 switch (DI->TemplateKind) { in visitFullComment()
866 switch (DI->TemplateKind) { in visitFullComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp266 TemplateNameKind TemplateKind; in isTemplateName() local
273 TemplateKind = TNK_Function_template; in isTemplateName()
300 TemplateKind = TNK_Function_template; in isTemplateName()
308 TemplateKind = in isTemplateName()
316 return TemplateKind; in isTemplateName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2879 auto TemplateKind = CXXDecl->getTemplateSpecializationKind(); in isDefinedInClangModule() local
2880 if (TemplateKind != TSK_Undeclared) { in isDefinedInClangModule()
2891 return TemplateKind == TSK_ExplicitInstantiationDeclaration; in isDefinedInClangModule()