Lines Matching refs:UsingLoc
471 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
491 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
495 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, attrs); in ParseUsingDirectiveOrDeclaration()
504 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, in ParseUsingDirectiveOrDeclaration()
519 SourceLocation UsingLoc, in ParseUsingDirective() argument
580 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
676 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
710 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
724 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
752 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
783 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
856 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
2603 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2613 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
2620 UsingLoc, DeclEnd, AS); in ParseCXXClassMemberDeclaration()