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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileManager.cpp159 auto statError = getStatValue(InterndDirName, Status, false,
253 auto statError = getStatValue(InterndFileName, Status, true,
273 // If the name returned by getStatValue is different than Filename, re-intern
279 "filename from getStatValue() refers to wrong file");
367 if (!getStatValue(InterndFileName, Status, true, nullptr)) {
409 if (getStatValue(VF.getName(), Status, /*isFile=*/true, /*F=*/nullptr))
497 /// getStatValue - Get the 'stat' information for the specified path,
503 FileManager::getStatValue(StringRef Path, llvm::vfs::Status &Status, function in class:FileManager
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DFileManager.h239 std::error_code getStatValue(StringRef Path, llvm::vfs::Status &Status,

Completed in 107 milliseconds