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.cpp35 bool isFile, std::unique_ptr<llvm::vfs::File> *F, in get()
103 bool isFile, in getStat()
H A DFileManager.cpp585 bool isFile, std::unique_ptr<llvm::vfs::File> *F) { in getStatValue()
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h259 bool isFile() const { return !isBuffer(); } in isFile() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h369 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