Searched refs:getStatValue (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/ |
| H A D | FileManager.cpp | 160 if (getStatValue(InterndDirName, Data, false, nullptr /*directory lookup*/)) { in getDirectory() 225 if (getStatValue(InterndFileName, Data, true, openFile ? &F : nullptr)) { in getFile() 326 if (getStatValue(InterndFileName, Data, true, nullptr) == 0) { in getVirtualFile() 449 bool FileManager::getStatValue(StringRef Path, FileData &Data, bool isFile, in getStatValue() function in FileManager
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | FileManager.h | 172 bool getStatValue(StringRef Path, FileData &Data, bool isFile,
|