Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef()
255 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
399 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()
444 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr)) in getBypassFile()
555 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, in getStatValue() function in FileManager
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h118 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,