Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
532 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
6001 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
11717 PushUsingDirective(S, UDir); in ActOnUsingDirective()11728 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema11738 S->PushUsingDirective(UDir); in PushUsingDirective()