Searched refs:LineEnding (Results 1 – 3 of 3) sorted by relevance
72 Style.LineEnding > FormatStyle::LE_CRLF in separateBlocks()75 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in separateBlocks()76 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
1021 IO.mapOptional("LineEnding", Style.LineEnding); in mapping()1177 if (Style.LineEnding == FormatStyle::LE_DeriveLF) { in mapping()1179 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()1181 Style.LineEnding = FormatStyle::LE_DeriveCRLF; in mapping()1537 LLVMStyle.LineEnding = FormatStyle::LE_DeriveLF; in getLLVMStyle()1934 Style.LineEnding = FormatStyle::LE_LF; in getClangFormatStyle()2438 Style.LineEnding > FormatStyle::LE_CRLF in analyze()2441 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in analyze()2442 : Style.LineEnding == FormatStyle::LE_CRLF); in analyze()
3237 LineEndingStyle LineEnding; member5084 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&