Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp35 get(StringRef Path,llvm::vfs::Status & Status,bool isFile,std::unique_ptr<llvm::vfs::File> * F,FileSystemStatCache * Cache,llvm::vfs::FileSystem & FS) get() argument
103 getStat(StringRef Path,llvm::vfs::Status & Status,bool isFile,std::unique_ptr<llvm::vfs::File> * F,llvm::vfs::FileSystem & FS) getStat() argument
H A DFileManager.cpp585 getStatValue(StringRef Path,llvm::vfs::Status & Status,bool isFile,std::unique_ptr<llvm::vfs::File> * F) getStatValue() argument
/llvm-project/flang/include/flang/Frontend/
H A DFrontendOptions.h219 bool isFile() const { return (buffer == nullptr); } in isFile() function
/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h259 bool isFile() const { return !isBuffer(); } in isFile() function
/llvm-project/clang/unittests/Basic/
H A DFileManagerTest.cpp74 bool isFile, in getStat() argument
/llvm-project/lld/ELF/
H A DSymbols.h369 bool isFile() const { return type == llvm::ELF::STT_FILE; } isFile() function
/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h497 bool isFile() const { return !isExpansion(); } in isFile() function