Lines Matching defs:UsingLoc
504 SourceLocation UsingLoc = ConsumeToken();
524 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
528 Decl *UsingDir = ParseUsingDirective(Context, UsingLoc, DeclEnd, Attrs);
533 return ParseUsingDeclaration(Context, TemplateInfo, UsingLoc, DeclEnd, Attrs,
548 SourceLocation UsingLoc,
609 return Actions.ActOnUsingDirective(getCurScope(), UsingLoc, NamespcLoc, SS,
713 SourceLocation UsingLoc, SourceLocation &DeclEnd,
729 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
768 getCurScope(), AS, UsingLoc, UELoc, IdentLoc, *IdentInfo, Type, &SS);
781 UED = Actions.ActOnUsingEnumDeclaration(getCurScope(), AS, UsingLoc,
854 TemplateInfo, UsingLoc, D, DeclEnd, AS, Attrs, &DeclFromDeclSpec);
865 Diag(UsingLoc, diag::err_templated_using_directive_declaration)
895 Decl *UD = Actions.ActOnUsingDeclaration(getCurScope(), AS, UsingLoc,
928 const ParsedTemplateInfo &TemplateInfo, SourceLocation UsingLoc,
1001 UsingLoc, D.Name, Attrs, TypeAlias,
2968 getCurScope(), AS, /*UsingLoc*/ SourceLocation(),
3014 SourceLocation UsingLoc = ConsumeToken();
3024 Diag(UsingLoc, diag::err_using_namespace_in_class);
3031 UsingLoc, DeclEnd, DeclAttrs, AS);