Searched refs:is_style_posix (Results 1 – 6 of 6) sorted by relevance
36 constexpr bool is_style_posix(Style S) { in is_style_posix() function49 constexpr bool is_style_windows(Style S) { return !is_style_posix(S); } in is_style_windows()
962 bool CaseSensitive = is_style_posix(sys::path::Style::native);
205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive()
43 if (is_style_posix(style)) in real_style()569 if (is_style_posix(style)) in convert_to_slash()676 bool rootName = is_style_posix(style) || has_root_name(p, style); in is_absolute()914 if ((rootName || is_style_posix(Style::native)) && rootDirectory) in make_absolute()
47 return llvm::sys::path::is_style_posix(style); in PathStyleIsPosix()
2162 if (is_style_posix(BackslashStyle) && LangOpts.MicrosoftExt) { in HandleHeaderIncludeOrImport()