Lines Matching refs:UsingLoc
389 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
402 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
406 return ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs); in ParseUsingDirectiveOrDeclaration()
414 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, in ParseUsingDirectiveOrDeclaration()
429 SourceLocation UsingLoc, in ParseUsingDirective() argument
477 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
494 SourceLocation UsingLoc, in ParseUsingDeclaration() argument
653 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
677 UsingLoc, Name, Attrs.getList(), in ParseUsingDeclaration()
682 /* HasUsingKeyword */ true, UsingLoc, in ParseUsingDeclaration()
2374 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2377 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
2384 Declarator::MemberContext, TemplateInfo, UsingLoc, DeclEnd, AS))); in ParseCXXClassMemberDeclaration()