Searched refs:UDir (Results 1 – 3 of 3) sorted by relevance
442 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument443 UsingDirectives.push_back(UDir); in PushUsingDirective()
4224 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
7719 UsingDirectiveDecl *UDir = nullptr; in ActOnUsingDirective() local7768 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()7777 PushUsingDirective(S, UDir); in ActOnUsingDirective()7782 if (UDir) in ActOnUsingDirective()7783 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()7785 return UDir; in ActOnUsingDirective()7788 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument7794 Ctx->addDecl(UDir); in PushUsingDirective()7798 S->PushUsingDirective(UDir); in PushUsingDirective()