Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Basic/
H A DFileManager.cpp160 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef()
256 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
453 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()
501 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr)) in getBypassFile()
610 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, in getStatValue() function in FileManager
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DFileManager.h120 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,