Home | History | Annotate | Download | only in Sema

Lines Matching refs:TemplateKWLoc

409                                  SourceLocation TemplateKWLoc,
426 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
430 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
435 SourceLocation TemplateKWLoc,
439 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2155 Sema::ActOnTemplateIdType(CXXScopeSpec &SS, SourceLocation TemplateKWLoc,
2182 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2200 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2225 SourceLocation TemplateKWLoc,
2254 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2297 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2399 Scope *S, Declarator &D, TypeSourceInfo *DI, SourceLocation TemplateKWLoc,
2451 InstantiatingTemplate Inst(*this, TemplateKWLoc, VarTemplate);
2529 Context, VarTemplate->getDeclContext(), TemplateKWLoc,
2572 Context, VarTemplate->getDeclContext(), TemplateKWLoc, TemplateNameLoc,
2609 Specialization->setTemplateKeywordLoc(TemplateKWLoc);
2824 SourceLocation TemplateKWLoc,
2849 TemplateKWLoc, TemplateArgs);
2858 TemplateKWLoc,
2869 SourceLocation TemplateKWLoc,
2873 assert(TemplateArgs || TemplateKWLoc.isValid());
2878 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
2902 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, /*ADL*/ false, TemplateArgs);
2910 /// SS will be "MetaFun::", \p TemplateKWLoc contains the location
2914 SourceLocation TemplateKWLoc,
2919 if (TemplateKWLoc.isValid() && S && !S->getTemplateParamParent())
2920 Diag(TemplateKWLoc,
2924 << FixItHint::CreateRemoval(TemplateKWLoc);
2949 TemplateNameKind TNK = isTemplateName(S, SS, TemplateKWLoc.isValid(), Name,
2962 << TemplateKWLoc;
2994 << TemplateKWLoc;
3469 SourceLocation TemplateKWLoc;
3471 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
5944 SourceLocation TemplateKWLoc = TemplateParameterLists.size() > 0
6284 Specialization->setTemplateKeywordLoc(TemplateKWLoc);
7761 SourceLocation TemplateKWLoc,
7794 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
7811 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);