Lines Matching refs:UsingLoc
488 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
508 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
512 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs); in ParseUsingDirectiveOrDeclaration()
517 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs, in ParseUsingDirectiveOrDeclaration()
532 SourceLocation UsingLoc, in ParseUsingDirective() argument
593 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
696 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
712 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
745 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, &SS); in ParseUsingDeclaration()
795 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
806 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
836 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
869 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
942 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
2759 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2769 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
2776 UsingLoc, DeclEnd, DeclAttrs, AS); in ParseCXXClassMemberDeclaration()