Home | History | Annotate | Download | only in Sema

Lines Matching refs:TemplateKWLoc

412                                  SourceLocation TemplateKWLoc,
442 /*Op*/ SourceLocation(), SS.getWithLocInContext(Context), TemplateKWLoc,
446 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
451 SourceLocation TemplateKWLoc,
455 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2278 Sema::ActOnTemplateIdType(CXXScopeSpec &SS, SourceLocation TemplateKWLoc,
2305 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2323 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2348 SourceLocation TemplateKWLoc,
2377 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2420 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
2522 Scope *S, Declarator &D, TypeSourceInfo *DI, SourceLocation TemplateKWLoc,
2633 Context, VarTemplate->getDeclContext(), TemplateKWLoc,
2676 Context, VarTemplate->getDeclContext(), TemplateKWLoc, TemplateNameLoc,
2713 Specialization->setTemplateKeywordLoc(TemplateKWLoc);
2934 SourceLocation TemplateKWLoc,
2959 TemplateKWLoc, TemplateArgs);
2968 TemplateKWLoc,
2979 SourceLocation TemplateKWLoc,
2983 assert(TemplateArgs || TemplateKWLoc.isValid());
2988 return BuildDependentDeclRefExpr(SS, TemplateKWLoc, NameInfo, TemplateArgs);
3012 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, /*ADL*/ false, TemplateArgs);
3020 /// SS will be "MetaFun::", \p TemplateKWLoc contains the location
3024 SourceLocation TemplateKWLoc,
3029 if (TemplateKWLoc.isValid() && S && !S->getTemplateParamParent())
3030 Diag(TemplateKWLoc,
3034 << FixItHint::CreateRemoval(TemplateKWLoc);
3059 TemplateNameKind TNK = isTemplateName(S, SS, TemplateKWLoc.isValid(), Name,
3072 << TemplateKWLoc;
3104 << TemplateKWLoc;
3583 SourceLocation TemplateKWLoc;
3585 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
6193 SourceLocation TemplateKWLoc = TemplateParameterLists.size() > 0
6544 Specialization->setTemplateKeywordLoc(TemplateKWLoc);
8181 SourceLocation TemplateKWLoc,
8214 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);
8231 SpecTL.setTemplateKeywordLoc(TemplateKWLoc);