Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
414 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
3938 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
7526 PushUsingDirective(S, UDir); in ActOnUsingDirective()7537 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema7547 S->PushUsingDirective(UDir); in PushUsingDirective()