Searched refs:UDE (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp107 auto UDE = std::make_unique<DirectoryEntry>();
108 UDE->Name = NamedDirEnt.first();
109 NamedDirEnt.second = *UDE.get();
110 VirtualDirectoryEntries.push_back(std::move(UDE));
174 DirectoryEntry &UDE = UniqueRealDirs[Status.getUniqueID()]; local
176 NamedDirEnt.second = UDE;
177 if (UDE.getName().empty()) {
180 UDE.Name = InterndDirName;

Completed in 42 milliseconds