Home
last modified time | relevance | path

Searched defs:IsCaseSensitive (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive() function
/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1106 std::optional<bool> IsCaseSensitive; global() variable
/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2817 write(ArrayRef<YAMLVFSEntry> Entries,std::optional<bool> UseExternalNames,std::optional<bool> IsCaseSensitive,std::optional<bool> IsOverlayRelative,StringRef OverlayDir) write() argument