Home
last modified time | relevance | path

Searched refs:isRegularFile (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DVirtualFileSystem.h90 bool isRegularFile() const;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp599 if (Status->isRegularFile()) in CanReuse()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DVirtualFileSystem.cpp96 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status
99 return exists() && !isRegularFile() && !isDirectory() && !isSymlink(); in isOther()