Home
last modified time | relevance | path

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

/freebsd-src/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.cpp587 getStatValue(StringRef Path,llvm::vfs::Status & Status,bool isFile,std::unique_ptr<llvm::vfs::File> * F) getStatValue() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h251 bool isFile() const { return !isBuffer(); } isFile() function
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSymbols.h351 bool isFile() const { return type == llvm::ELF::STT_FILE; } isFile() function
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h497 bool isFile() const { return !isExpansion(); } in isFile() function