Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DFileSpec.h205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive() function
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DVirtualFileSystem.h1060 std::optional<bool> IsCaseSensitive; variable
/openbsd/src/gnu/llvm/llvm/lib/Support/
DVirtualFileSystem.cpp2718 std::optional<bool> IsCaseSensitive, in write()