Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DParsedTemplate.h201 ParsedTemplateTy OpaqueTemplateName, TemplateNameKind TemplateKind, in Create()
208 OperatorKind, OpaqueTemplateName, TemplateKind, in Create()
243 TemplateNameKind TemplateKind, in TemplateIdAnnotation()
249 Kind(TemplateKind), LAngleLoc(LAngleLoc), RAngleLoc(RAngleLoc), in TemplateIdAnnotation()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DCommentToXML.cpp846 switch (DI->TemplateKind) { in visitFullComment()
867 switch (DI->TemplateKind) { in visitFullComment()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp269 TemplateNameKind TemplateKind; in isTemplateName() local
276 TemplateKind = TNK_Function_template; in isTemplateName()
303 TemplateKind = TNK_Function_template; in isTemplateName()
311 TemplateKind = in isTemplateName()
319 return TemplateKind; in isTemplateName()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2655 auto TemplateKind = CXXDecl->getTemplateSpecializationKind(); in isDefinedInClangModule() local
2656 if (TemplateKind != TSK_Undeclared) { in isDefinedInClangModule()
2667 return TemplateKind == TSK_ExplicitInstantiationDeclaration; in isDefinedInClangModule()