Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/Basic/
HDFileSystemStatCache.cpp35 bool isFile, std::unique_ptr<llvm::vfs::File> *F, in get()
103 bool isFile, in getStat()
HDFileManager.cpp585 bool isFile, std::unique_ptr<llvm::vfs::File> *F) { in getStatValue()
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Frontend/
HDFrontendOptions.h259 bool isFile() const { return !isBuffer(); } in isFile() function
/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDSymbols.h369 bool isFile() const { return type == llvm::ELF::STT_FILE; } in isFile() function
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDSourceManager.h497 bool isFile() const { return !isExpansion(); } in isFile() function