Home
last modified time | relevance | path

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

/external/clang/lib/Basic/
DFileManager.cpp232 const char *InterndFileName = NamedFileEnt.first().data(); in getFile() local
254 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile()
280 InterndFileName = NamedFileEnt.first().data(); in getFile()
299 UFE.Name = InterndFileName; in getFile()
305 UFE.Name = InterndFileName; in getFile()
352 const char *InterndFileName = NamedFileEnt.first().data(); in getVirtualFile() local
353 if (getStatValue(InterndFileName, Data, true, nullptr) == 0) { in getVirtualFile()
381 UFE->Name = InterndFileName; in getVirtualFile()
/external/llvm-project/clang/lib/Basic/
DFileManager.cpp230 StringRef InterndFileName = NamedFileEnt->first(); in getFileRef() local
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
336 fillRealPathName(&UFE, InterndFileName); in getFileRef()
376 const char *InterndFileName = NamedFileEnt.first().data(); in getVirtualFileRef() local
377 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()