Searched refs:LineEnding (Results 1 – 3 of 3) sorted by relevance
71 Style.LineEnding > FormatStyle::LE_CRLF in separateBlocks()74 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in separateBlocks()75 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
1099 IO.mapOptional("LineEnding", Style.LineEnding); in mapping()1268 if (Style.LineEnding == FormatStyle::LE_DeriveLF) { in mapping()1270 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()1272 Style.LineEnding = FormatStyle::LE_DeriveCRLF; in mapping()1631 LLVMStyle.LineEnding = FormatStyle::LE_DeriveLF; in getLLVMStyle()2036 Style.LineEnding = FormatStyle::LE_LF; in getClangFormatStyle()2607 Style.LineEnding > FormatStyle::LE_CRLF in analyze()2610 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in analyze()2611 : Style.LineEnding == FormatStyle::LE_CRLF); in analyze()
3416 LineEndingStyle LineEnding; member5424 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&