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