Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DPath.h36 constexpr bool is_style_posix(Style S) { in is_style_posix() function
49 constexpr bool is_style_windows(Style S) { return !is_style_posix(S); } in is_style_windows()
DVirtualFileSystem.h962 bool CaseSensitive = is_style_posix(sys::path::Style::native);
/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DFileSpec.h205 bool IsCaseSensitive() const { return is_style_posix(m_style); } in IsCaseSensitive()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DPath.cpp43 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()
/openbsd/src/gnu/llvm/lldb/source/Utility/
DFileSpec.cpp47 return llvm::sys::path::is_style_posix(style); in PathStyleIsPosix()
/openbsd/src/gnu/llvm/clang/lib/Lex/
DPPDirectives.cpp2162 if (is_style_posix(BackslashStyle) && LangOpts.MicrosoftExt) { in HandleHeaderIncludeOrImport()