Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DFileSystem.cpp163 bool FileSystem::IsDirectory(const Twine &path) const { in IsDirectory() function in FileSystem
170 bool FileSystem::IsDirectory(const FileSpec &file_spec) const { in IsDirectory() function in FileSystem
/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h631 bool IsDirectory = false; member
/openbsd/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp2626 bool IsDirectory) { in addEntry()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaCodeComplete.cpp9968 auto AddCompletion = [&](StringRef Filename, bool IsDirectory) { in CodeCompleteIncludedFile()