Searched refs:isStatusKnown (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h57 bool isValid() const { return !MaybeStat || MaybeStat->isStatusKnown(); }
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp90 assert(isStatusKnown() && Other.isStatusKnown());
104 bool Status::isStatusKnown() const { return Type != file_type::status_error; } function in class:Status
107 return isStatusKnown() && Type != file_type::file_not_found;
204 if (!S.isStatusKnown()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h92 bool isStatusKnown() const;

Completed in 65 milliseconds