Home
last modified time | relevance | path

Searched defs:IsDirectory (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/fuzzer/
H A DFuzzerIOPosix.cpp34 bool IsDirectory(const std::string &Path) { in IsDirectory() function
H A DFuzzerIOWindows.cpp79 bool IsDirectory(const std::string &Path) { in IsDirectory() function
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-filepath.cc293 bool FilePath::IsDirectory() const { in IsDirectory() function in testing::internal::FilePath
/llvm-project-15.0.7/lldb/source/Host/common/
H A DFileSystem.cpp162 bool FileSystem::IsDirectory(const Twine &path) const { in IsDirectory() function in FileSystem
169 bool FileSystem::IsDirectory(const FileSpec &file_spec) const { in IsDirectory() function in FileSystem
/llvm-project-15.0.7/llvm/unittests/Support/
H A DFileCollectorTest.cpp151 bool IsDirectory = false; in TEST() local
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h629 bool IsDirectory = false; member
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2572 bool IsDirectory) { in addEntry()
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaCodeComplete.cpp9913 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile()