Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
458 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
4637 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
9429 PushUsingDirective(S, UDir); in ActOnUsingDirective()9440 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema9450 S->PushUsingDirective(UDir); in PushUsingDirective()