Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DFileSpec.h205 bool IsCaseSensitive() const { return m_style != Style::windows; } in IsCaseSensitive() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h874 Optional<bool> IsCaseSensitive; variable
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp2242 Optional<bool> IsCaseSensitive, in write()