Searched refs:PushUsingDirective (Results 1 – 11 of 11) sorted by relevance
442 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
4224 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
546 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
6264 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
599 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
3913 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
593 void PushUsingDirective(UsingDirectiveDecl *UDir) { in PushUsingDirective() function
4072 void PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir);
7777 PushUsingDirective(S, UDir); in ActOnUsingDirective()7788 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) { in PushUsingDirective() function in Sema7798 S->PushUsingDirective(UDir); in PushUsingDirective()