Searched refs:UseCRLF (Results 1 – 9 of 9) 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
75 Style.UseCRLF) in separateBlocks()76 : Style.UseCRLF); in separateBlocks()
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()
1429 if (UseCRLF) { in appendNewlineText()1446 Text.append(UseCRLF ? "\\\r\n" : "\\\n"); in appendEscapedNewlineText()
903 IO.mapOptional("UseCRLF", Style.UseCRLF); in mapping()1294 LLVMStyle.UseCRLF = false; in getLLVMStyle()2037 Style.UseCRLF) in analyze()2038 : Style.UseCRLF); in analyze()
3843 bool UseCRLF; member3991 UseTab == R.UseTab && UseCRLF == R.UseCRLF &&
20092 CHECK_PARSE_BOOL(UseCRLF); in TEST_F()22456 style.UseCRLF = false; in TEST_F()22468 style.UseCRLF = true; in TEST_F()22482 style.UseCRLF = false; in TEST_F()22496 style.UseCRLF = true; in TEST_F()22512 style.UseCRLF = false; in TEST_F()22526 style.UseCRLF = true; in TEST_F()
2426 or ``\n``). ``UseCRLF`` is only used as a fallback if none can be derived.4554 **UseCRLF** (``Boolean``) :versionbadge:`clang-format 10`