Lines Matching refs:UDir
12110 UsingDirectiveDecl *UDir = nullptr;
12159 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
12168 PushUsingDirective(S, UDir);
12173 if (UDir) {
12174 ProcessDeclAttributeList(S, UDir, AttrList);
12175 ProcessAPINotes(UDir);
12178 return UDir;
12181 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
12187 Ctx->addDecl(UDir);
12191 S->PushUsingDirective(UDir);