Home
last modified time | relevance | path

Searched refs:GetNativeStyle (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/
H A DFileSpec.cpp38 static constexpr FileSpec::Style GetNativeStyle() { in GetNativeStyle() function
49 GetNativeStyle() == FileSpec::Style::posix)); in PathStyleIsPosix()
69 FileSpec::FileSpec() : m_style(GetNativeStyle()) {} in FileSpec()
219 m_style = (style == Style::native) ? GetNativeStyle() : style; in SetFile()