Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DFileManager.cpp161 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef()
251 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
429 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()
477 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr)) in getBypassFile()
586 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, in getStatValue() function in FileManager
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DFileManager.h120 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,