Home | History | Annotate | Download | only in Sema

Lines Matching refs:UDir

7095   UsingDirectiveDecl *UDir = nullptr;
7124 // C++ [namespace.udir]p1:
7141 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
7150 PushUsingDirective(S, UDir);
7155 if (UDir)
7156 ProcessDeclAttributeList(S, UDir, AttrList);
7158 return UDir;
7161 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
7167 Ctx->addDecl(UDir);
7171 S->PushUsingDirective(UDir);