Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp611 bool isFile, std::unique_ptr<llvm::vfs::File> *F) { in getStatValue()
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DFrontendOptions.h203 bool isFile() const { return (buffer == nullptr); } in isFile() function
/llvm-project-15.0.7/clang/unittests/Basic/
H A DFileManagerTest.cpp74 bool isFile, in getStat()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DFrontendOptions.h248 bool isFile() const { return !isBuffer(); } in isFile() function
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.h321 bool isFile() const { return type == llvm::ELF::STT_FILE; } in isFile() function
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DSourceManager.h483 bool isFile() const { return !isExpansion(); } in isFile() function