Home
last modified time | relevance | path

Searched refs:NamedDirEnt (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Basic/
DFileManager.cpp256 llvm::StringMapEntry<DirectoryEntry *> &NamedDirEnt = in addAncestorsAsVirtualDirs() local
263 if (NamedDirEnt.getValue()) in addAncestorsAsVirtualDirs()
268 UDE->Name = NamedDirEnt.getKeyData(); in addAncestorsAsVirtualDirs()
269 NamedDirEnt.setValue(UDE); in addAncestorsAsVirtualDirs()
287 llvm::StringMapEntry<DirectoryEntry *> &NamedDirEnt = in getDirectory() local
292 if (NamedDirEnt.getValue()) in getDirectory()
293 return NamedDirEnt.getValue() == NON_EXISTENT_DIR in getDirectory()
294 ? 0 : NamedDirEnt.getValue(); in getDirectory()
299 NamedDirEnt.setValue(NON_EXISTENT_DIR); in getDirectory()
303 const char *InterndDirName = NamedDirEnt.getKeyData(); in getDirectory()
[all …]