Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp132 llvm::StringMapEntry<DirectoryEntry *> &NamedDirEnt = in addAncestorsAsVirtualDirs() local
139 if (NamedDirEnt.getValue()) in addAncestorsAsVirtualDirs()
144 UDE->Name = NamedDirEnt.getKeyData(); in addAncestorsAsVirtualDirs()
145 NamedDirEnt.setValue(UDE); in addAncestorsAsVirtualDirs()
173 llvm::StringMapEntry<DirectoryEntry *> &NamedDirEnt = in getDirectory() local
178 if (NamedDirEnt.getValue()) in getDirectory()
179 return NamedDirEnt.getValue() == NON_EXISTENT_DIR ? nullptr in getDirectory()
180 : NamedDirEnt.getValue(); in getDirectory()
185 NamedDirEnt.setValue(NON_EXISTENT_DIR); in getDirectory()
189 const char *InterndDirName = NamedDirEnt.getKeyData(); in getDirectory()
[all …]