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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp229 StringRef InterndFileName = NamedFileEnt->first(); local
253 auto statError = getStatValue(InterndFileName, Status, true,
280 InterndFileName = NewNamedFileEnt.first().data();
283 StringRef *Redirect = new (CanonicalNameStorage) StringRef(InterndFileName);
309 UFE.Name = InterndFileName;
311 return FileEntryRef(InterndFileName, UFE);
315 UFE.Name = InterndFileName;
330 fillRealPathName(&UFE, InterndFileName);
332 return FileEntryRef(InterndFileName, UFE);
366 const char *InterndFileName local
[all...]

Completed in 100 milliseconds