Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1106 std::optional<bool> IsCaseSensitive; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2817 std::optional<bool> IsCaseSensitive, in write()