Home | History | Annotate | Download | only in Sema

Lines Matching defs:TemplateKWLoc

961     SourceLocation TemplateKWLoc;
965 ExprResult TrapFn = ActOnIdExpression(TUScope, SS, TemplateKWLoc,
2005 SourceLocation TemplateKWLoc,
2028 /*Op=*/SourceLocation(), NestedNameSpecifierLoc(), TemplateKWLoc,
2039 Context, SS.getWithLocInContext(Context), TemplateKWLoc, NameInfo,
2045 SourceLocation TemplateKWLoc, UnqualifiedId &Id,
2090 return ActOnDependentIdExpression(SS, TemplateKWLoc, NameInfo,
2109 return ActOnDependentIdExpression(SS, TemplateKWLoc, NameInfo,
2118 return ActOnDependentIdExpression(SS, TemplateKWLoc, NameInfo,
2150 TemplateKWLoc, TemplateArgs))
2258 return BuildPossibleImplicitMemberExpr(SS, TemplateKWLoc,
2262 if (TemplateArgs || TemplateKWLoc.isValid()) {
2273 return BuildTemplateIdExpr(SS, TemplateKWLoc, R, ADL, TemplateArgs);
2288 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(),
2301 return BuildDependentDeclRefExpr(SS, /*TemplateKWLoc=*/SourceLocation(),
2351 /*TemplateKWLoc=*/SourceLocation(),
2427 SourceLocation TemplateKWLoc;
2428 TemplateKWLoc,