Searched refs:UseCRLF (Results 1 – 5 of 5) sorted by relevance
38 bool UseCRLF) in WhitespaceManager() argument39 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {} in WhitespaceManager()41 bool useCRLF() const { return UseCRLF; } in useCRLF()366 bool UseCRLF; variable
403 const FormatStyle &Style, bool UseCRLF);
483 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() argument493 .split(Lines, UseCRLF ? "\r\n" : "\n"); in BreakableBlockComment()
1711 if (UseCRLF) { in appendNewlineText()1728 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
859 bool UseCRLF = false; in mapping() local896 IO.mapOptional("UseCRLF", UseCRLF); in mapping()1179 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()1180 else if (UseCRLF) in mapping()