Searched refs:UDir (Results 1 – 3 of 3) sorted by relevance
496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument497 UsingDirectives.push_back(UDir); in PushUsingDirective()
5667 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
11452 UsingDirectiveDecl *UDir = nullptr; in ActOnUsingDirective() local11501 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()11510 PushUsingDirective(S, UDir); in ActOnUsingDirective()11515 if (UDir) in ActOnUsingDirective()11516 ProcessDeclAttributeList(S, UDir, AttrList); in ActOnUsingDirective()11518 return UDir; in ActOnUsingDirective()11521 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument11527 Ctx->addDecl(UDir); in PushUsingDirective()11531 S->PushUsingDirective(UDir); in PushUsingDirective()