Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp556 bool isFile, std::unique_ptr<llvm::vfs::File> *F) { in getStatValue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendOptions.h212 bool isFile() const { return !isBuffer(); } in isFile() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DSourceManager.h481 bool isFile() const { return !isExpansion(); } in isFile() function