Searched refs:UseCRLF (Results 1 – 7 of 7) sorted by relevance
43 bool UseCRLF) in WhitespaceManager() argument44 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {} in WhitespaceManager()46 bool useCRLF() const { return UseCRLF; } in useCRLF()353 bool UseCRLF; variable
362 const FormatStyle &Style, bool UseCRLF);
369 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() argument379 .split(Lines, UseCRLF ? "\r\n" : "\n"); in BreakableBlockComment()
1466 if (UseCRLF) { in appendNewlineText()1483 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
815 bool UseCRLF = false; in mapping() local835 IO.mapOptional("UseCRLF", UseCRLF); in mapping()1089 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()1090 else if (UseCRLF) in mapping()
5201 **UseCRLF** (``Boolean``) :versionbadge:`clang-format 10` :ref:`¶ <UseCRLF>`
1138 - Add ``LineEnding`` option to deprecate ``DeriveLineEnding`` and ``UseCRLF``.