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

/external/clang/lib/Basic/
H A DFileManager.cpp277 DirectoryEntry *UDE = new DirectoryEntry;
278 UDE->Name = NamedDirEnt.getKeyData();
279 NamedDirEnt.setValue(UDE);
280 VirtualDirectoryEntries.push_back(UDE);
328 DirectoryEntry &UDE = UniqueRealDirs.getDirectory(InterndDirName, StatBuf); local
330 NamedDirEnt.setValue(&UDE);
331 if (!UDE.getName()) {
334 UDE.Name = InterndDirName;
337 return &UDE;

Completed in 64 milliseconds