Searched refs:UseCRLF (Results 1 – 7 of 7) sorted by relevance
41 bool UseCRLF) in WhitespaceManager() argument42 : SourceMgr(SourceMgr), Style(Style), UseCRLF(UseCRLF) {} in WhitespaceManager()44 bool useCRLF() const { return UseCRLF; } in useCRLF()229 bool UseCRLF; variable
362 const FormatStyle &Style, bool UseCRLF);
992 Text.append(UseCRLF ? "\r\n" : "\n"); in appendNewlineText()1003 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
369 encoding::Encoding Encoding, const FormatStyle &Style, bool UseCRLF) in BreakableBlockComment() argument379 .split(Lines, UseCRLF ? "\r\n" : "\n"); in BreakableBlockComment()
715 IO.mapOptional("UseCRLF", Style.UseCRLF); in mapping()1040 LLVMStyle.UseCRLF = false; in getLLVMStyle()1644 Style.UseCRLF) in analyze()1645 : Style.UseCRLF); in analyze()
3244 bool UseCRLF; member3384 UseTab == R.UseTab && UseCRLF == R.UseCRLF &&
2119 or ``\n``). ``UseCRLF`` is only used as a fallback if none can be derived.3621 **UseCRLF** (``bool``)