Searched refs:isRegularFile (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileSystem.cpp215 if (!find_files && Status->isRegularFile())
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp599 if (Status->isRegularFile())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h89 bool isRegularFile() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp96 bool Status::isRegularFile() const { return Type == file_type::regular_file; } function in class:Status
99 return exists() && !isRegularFile() && !isDirectory() && !isSymlink();

Completed in 196 milliseconds