Home | History | Annotate | Download | only in Sema

Lines Matching refs:UDir

6449   UsingDirectiveDecl *UDir = 0;
6478 // C++ [namespace.udir]p1:
6495 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
6504 PushUsingDirective(S, UDir);
6509 if (UDir)
6510 ProcessDeclAttributeList(S, UDir, AttrList);
6512 return UDir;
6515 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
6521 Ctx->addDecl(UDir);
6525 S->PushUsingDirective(UDir);