Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp230 StringRef InterndFileName = NamedFileEnt->first(); in getFileRef() local
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
336 fillRealPathName(&UFE, InterndFileName); in getFileRef()
398 const char *InterndFileName = NamedFileEnt.first().data(); in getVirtualFileRef() local
399 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()