Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
5718 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
11517 PushUsingDirective(S, UDir); in ActOnUsingDirective()11528 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema11538 S->PushUsingDirective(UDir); in PushUsingDirective()