Home | History | Annotate | Download | only in Parse

Lines Matching defs:UsingLoc

335   SourceLocation UsingLoc = ConsumeToken();
348 Diag(UsingLoc, diag::err_templated_using_directive)
352 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
360 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
375 SourceLocation UsingLoc,
423 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
440 SourceLocation UsingLoc,
552 Diag(UsingLoc, diag::err_templated_using_declaration)
576 UsingLoc, Name, TypeAlias);
579 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS,
1798 SourceLocation UsingLoc = ConsumeToken();
1801 Diag(UsingLoc, diag::err_using_namespace_in_class);
1807 UsingLoc, DeclEnd, AS);