Lines Matching defs:NamedDirEnt
108 auto &NamedDirEnt = *SeenDirEntries.insert(
115 if (NamedDirEnt.second)
126 NamedDirEnt.second = *UDE;
131 NamedDirEnt.second = *UDE;
172 auto &NamedDirEnt = *SeenDirInsertResult.first;
173 assert(!NamedDirEnt.second && "should be newly-created");
177 StringRef InterndDirName = NamedDirEnt.first();
186 NamedDirEnt.second = statError;
194 NamedDirEnt.second = *UDE;
196 return DirectoryEntryRef(NamedDirEnt);