Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp121 getStatValue(DirName, Status, false, nullptr /*directory lookup*/); in addAncestorsAsVirtualDirs()
181 auto statError = getStatValue(InterndDirName, Status, false, in getDirectoryRef()
261 auto statError = getStatValue(InterndFileName, Status, true, in getFileRef()
423 if (!getStatValue(InterndFileName, Status, true, nullptr)) { in getVirtualFileRef()
470 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr)) in getBypassFile()
584 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, in getStatValue() function in FileManager
/src/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h126 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,