Home | History | Annotate | Download | only in Sema

Lines Matching refs:UsingDirectiveDecl

7174                                    UsingDirectiveDecl *&UD) {
7288 UD = UsingDirectiveDecl::Create(Context, Parent,
7554 UsingDirectiveDecl *UDir = nullptr;
7604 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
7624 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
7626 // namespace or translation unit scope, add the UsingDirectiveDecl into