Home | History | Annotate | Download | only in Sema

Lines Matching refs:UDir

5829   UsingDirectiveDecl *UDir = 0;
5858 // C++ [namespace.udir]p1:
5875 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
5884 PushUsingDirective(S, UDir);
5890 return UDir;
5893 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
5899 Ctx->addDecl(UDir);
5903 S->PushUsingDirective(UDir);