Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
546 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
6303 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
12254 PushUsingDirective(S, UDir); in ActOnUsingDirective()12265 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema12275 S->PushUsingDirective(UDir); in PushUsingDirective()