Searched refs:PushUsingDirective (Results 1 – 3 of 3) sorted by relevance
605 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
4827 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
12168 PushUsingDirective(S, UDir); in ActOnUsingDirective() 12181 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema 12191 S->PushUsingDirective(UDir); in PushUsingDirective()