Searched defs:NamedDirEnt (Results 1 - 1 of 1) sorted by relevance

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

Completed in 117 milliseconds