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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DFileSystemStatCache.cpp34 get(StringRef Path, llvm::vfs::Status &Status, bool isFile, std::unique_ptr<llvm::vfs::File> *F, FileSystemStatCache *Cache, llvm::vfs::FileSystem &FS) argument
102 getStat(StringRef Path, llvm::vfs::Status &Status, bool isFile, std::unique_ptr<llvm::vfs::File> *F, llvm::vfs::FileSystem &FS) argument
H A DFileManager.cpp501 getStatValue(StringRef Path, llvm::vfs::Status &Status, bool isFile, std::unique_ptr<llvm::vfs::File> *F) argument
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h276 bool isFile() const { return type == llvm::ELF::STT_FILE; } function in class:lld::elf::Symbol
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendOptions.h211 bool isFile() const { return !isBuffer(); } function in class:clang::FrontendInputFile
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h453 bool isFile() const { return !isExpansion(); } function in class:clang::SrcMgr::SLocEntry
[all...]

Completed in 126 milliseconds