Lines Matching refs:UsingLoc
500 SourceLocation UsingLoc = ConsumeToken(); in ParseUsingDirectiveOrDeclaration() local
520 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDirectiveOrDeclaration()
524 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs); in ParseUsingDirectiveOrDeclaration()
529 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs, in ParseUsingDirectiveOrDeclaration()
544 SourceLocation UsingLoc, in ParseUsingDirective() argument
605 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS, in ParseUsingDirective()
709 SourceLocation UsingLoc, SourceLocation &DeclEnd, in ParseUsingDeclaration() argument
725 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
764 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS); in ParseUsingDeclaration()
777 UED = Actions.ActOnUsingEnumDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
850 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec); in ParseUsingDeclaration()
861 Diag(UsingLoc, diag::err_templated_using_directive_declaration) in ParseUsingDeclaration()
891 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc, in ParseUsingDeclaration()
924 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc, in ParseAliasDeclarationAfterDeclarator() argument
997 UsingLoc, D.Name, Attrs, TypeAlias, in ParseAliasDeclarationAfterDeclarator()
2967 SourceLocation UsingLoc = ConsumeToken(); in ParseCXXClassMemberDeclaration() local
2977 Diag(UsingLoc, diag::err_using_namespace_in_class); in ParseCXXClassMemberDeclaration()
2984 UsingLoc, DeclEnd, DeclAttrs, AS); in ParseCXXClassMemberDeclaration()