Home
last modified time | relevance | path

Searched defs:isRegularFile (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h539 bool isRegularFile() const { return IsRegularFile; } in isRegularFile() function
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp100 bool Status::isRegularFile() const { return Type == file_type::regular_file; } in isRegularFile() function in Status