Searched refs:UDir (Results 1 – 3 of 3) sorted by relevance
302 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument303 UsingDirectives.push_back(UDir); in PushUsingDirective()
3223 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
5749 UsingDirectiveDecl *UDir = 0; in ActOnUsingDirective() local5795 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()5804 PushUsingDirective(S, UDir); in ActOnUsingDirective()5810 return UDir; in ActOnUsingDirective()5813 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument5819 Ctx->addDecl(UDir); in PushUsingDirective()5823 S->PushUsingDirective(UDir); in PushUsingDirective()