Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
496 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
5667 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
11510 PushUsingDirective(S, UDir); in ActOnUsingDirective()11521 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema11531 S->PushUsingDirective(UDir); in PushUsingDirective()