Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DFileSpec.h205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive() function
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1018 Optional<bool> IsCaseSensitive; variable
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp2663 Optional<bool> IsCaseSensitive, in write()