Searched refs:UseCRLF (Results 1 – 6 of 6) 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()336 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()
1303 Text.append(UseCRLF ? "\r\n" : "\n"); in appendNewlineText()1314 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
754 IO.mapOptional("UseCRLF", Style.UseCRLF); in mapping()1084 LLVMStyle.UseCRLF = false; in getLLVMStyle()1691 Style.UseCRLF) in analyze()1692 : Style.UseCRLF); in analyze()
3378 bool UseCRLF; member3521 UseTab == R.UseTab && UseCRLF == R.UseCRLF &&