Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp236 StringRef InterndFileName = NamedFileEnt->first(); in getFileRef() local
261 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
354 fillRealPathName(UFE, InterndFileName); in getFileRef()
422 const char *InterndFileName = NamedFileEnt.first().data(); in getVirtualFileRef() local
423 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()