Searched defs:isFile (Results 1 – 7 of 7) sorted by relevance
/llvm-project/clang/lib/Basic/ |
H A D | FileSystemStatCache.cpp | 35 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 D | FileManager.cpp | 585 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 D | FrontendOptions.h | 219 bool isFile() const { return (buffer == nullptr); } in isFile() function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | FrontendOptions.h | 259 bool isFile() const { return !isBuffer(); } in isFile() function
|
/llvm-project/clang/unittests/Basic/ |
H A D | FileManagerTest.cpp | 74 bool isFile, in getStat() argument
|
/llvm-project/lld/ELF/ |
H A D | Symbols.h | 369 bool isFile() const { return type == llvm::ELF::STT_FILE; } isFile() function
|
/llvm-project/clang/include/clang/Basic/ |
H A D | SourceManager.h | 497 bool isFile() const { return !isExpansion(); } in isFile() function
|