Home
last modified time | relevance | path

Searched defs:isFile (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp33 llvm::vfs::Status &Status, bool isFile, in get()
104 bool isFile, in getStat()
H A DFileManager.cpp571 bool isFile, in getStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h256 bool isFile() const { return !isBuffer(); } in isFile() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h366 bool isFile() const { return type == llvm::ELF::STT_FILE; } in isFile() function
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h497 bool isFile() const { return !isExpansion(); } in isFile() function