Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
541 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
6150 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
11815 PushUsingDirective(S, UDir); in ActOnUsingDirective()11826 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema11836 S->PushUsingDirective(UDir); in PushUsingDirective()