Searched refs:UDir (Results 1 – 3 of 3) sorted by relevance
316 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() argument317 UsingDirectives.push_back(UDir); in PushUsingDirective()
2532 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
4899 UsingDirectiveDecl *UDir = 0; in ActOnUsingDirective() local4945 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc, in ActOnUsingDirective()4954 PushUsingDirective(S, UDir); in ActOnUsingDirective()4960 return UDir; in ActOnUsingDirective()4963 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() argument4968 Ctx->addDecl(UDir); in PushUsingDirective()4972 S->PushUsingDirective(UDir); in PushUsingDirective()