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.cpp220 StringRef InterndFileName = NamedFileEnt->first(); in getFileRef() local
245 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
340 fillRealPathName(UFE, InterndFileName); in getFileRef()
408 const char *InterndFileName = NamedFileEnt.first().data(); in getVirtualFileRef() local
409 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()