Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h182 enum class EscapeChar { enum
190 template <EscapeChar Opt, class CharT>
196 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Single)) == 0)
200 if ((static_cast<int>(Opt) & static_cast<int>(EscapeChar::Double)) == 0)
/freebsd/crypto/openssh/
H A Dssh_config39 # EscapeChar ~
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DAPValue.cpp667 StringRef Escaped = escapeCStyle<EscapeChar::SingleAndDouble>(Ch); in TryPrintAsStringLiteral()
H A DExpr.cpp1041 StringRef Escaped = escapeCStyle<EscapeChar::Single>(Val); in print()
1237 StringRef Escaped = escapeCStyle<EscapeChar::Double>(Char); in outputString()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp16979 StringRef Escaped = escapeCStyle<EscapeChar::Single>(Value); in WriteCharValueForDiagnostic()