Lines Matching defs:TemplateKWLoc
1089 SourceLocation TemplateKWLoc;
1093 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc, Name,
2228 SourceLocation TemplateKWLoc,
2232 return BuildDeclRefExpr(D, Ty, VK, NameInfo, NNS, FoundD, TemplateKWLoc,
2297 SourceLocation TemplateKWLoc,
2303 Context, NNS, TemplateKWLoc, D, RefersToCapturedVariable, NameInfo, Ty,
2650 SourceLocation TemplateKWLoc,
2673 /*Op=*/SourceLocation(), NestedNameSpecifierLoc(), TemplateKWLoc,
2684 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2690 SourceLocation TemplateKWLoc, UnqualifiedId &Id,
2738 if (TemplateKWLoc.isValid() || TemplateArgs) {
2746 /*EnteringContext=*/false, TemplateKWLoc,
2751 return ActOnDependentIdExpression(SS, TemplateKWLoc, NameInfo,
2761 return ActOnDependentIdExpression(SS, TemplateKWLoc, NameInfo,
2794 TemplateKWLoc, TemplateArgs))
2889 return BuildPossibleImplicitMemberExpr(SS, TemplateKWLoc, R, TemplateArgs,
2892 if (TemplateArgs || TemplateKWLoc.isValid()) {
2903 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2919 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(),
2974 /*TemplateKWLoc=*/SourceLocation(),
3477 /*FIXME: TemplateKWLoc*/ SourceLocation(), TemplateArgs);