Home | History | Annotate | Download | only in Parse

Lines Matching refs:UsingLoc

389   SourceLocation UsingLoc = ConsumeToken();
402 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
406 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs);
414 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd,
429 SourceLocation UsingLoc,
477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
494 SourceLocation UsingLoc,
653 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
677 UsingLoc, Name, Attrs.getList(),
682 /* HasUsingKeyword */ true, UsingLoc,
2359 SourceLocation UsingLoc = ConsumeToken();
2362 Diag(UsingLoc, diag::err_using_namespace_in_class);
2369 Declarator::MemberContext, TemplateInfo, UsingLoc, DeclEnd, AS)));