Home | History | Annotate | Download | only in Parse

Lines Matching defs:UsingLoc

343   SourceLocation UsingLoc = ConsumeToken();
356 Diag(UsingLoc, diag::err_templated_using_directive)
360 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
368 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
383 SourceLocation UsingLoc,
431 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
448 SourceLocation UsingLoc,
569 Diag(UsingLoc, diag::err_templated_using_declaration)
593 UsingLoc, Name, Attrs.getList(),
597 return Actions.ActOnUsingDeclaration(getCurScope(), AS, true, UsingLoc, SS,
1973 SourceLocation UsingLoc = ConsumeToken();
1976 Diag(UsingLoc, diag::err_using_namespace_in_class);
1982 UsingLoc, DeclEnd, AS);