Lines Matching defs:UDir
12209 UsingDirectiveDecl *UDir = nullptr;
12258 UDir = UsingDirectiveDecl::Create(Context, CurContext, UsingLoc, NamespcLoc,
12267 PushUsingDirective(S, UDir);
12272 if (UDir) {
12273 ProcessDeclAttributeList(S, UDir, AttrList);
12274 ProcessAPINotes(UDir);
12277 return UDir;
12280 void Sema::PushUsingDirective(Scope *S, UsingDirectiveDecl *UDir) {
12286 Ctx->addDecl(UDir);
12290 S->PushUsingDirective(UDir);