Searched refs:LineEnding (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp72 Style.LineEnding > FormatStyle::LE_CRLF
75 Style.LineEnding == FormatStyle::LE_DeriveCRLF)
76 : Style.LineEnding == FormatStyle::LE_CRLF);
H A DFormat.cpp1015 IO.mapOptional("LineEnding", Style.LineEnding);
1167 if (Style.LineEnding == FormatStyle::LE_DeriveLF) {
1169 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF;
1171 Style.LineEnding = FormatStyle::LE_DeriveCRLF;
1518 LLVMStyle.LineEnding = FormatStyle::LE_DeriveLF;
1911 Style.LineEnding = FormatStyle::LE_LF;
2405 Style.LineEnding > FormatStyle::LE_CRLF
2408 Style.LineEnding == FormatStyle::LE_DeriveCRLF)
2409 : Style.LineEnding
[all...]
/freebsd-current/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h2332 /// ``LineEnding``.
3078 LineEndingStyle LineEnding; member in namespace:clang::format
4698 /// This option is **deprecated**. See ``LF`` and ``CRLF`` of ``LineEnding``.
4846 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&

Completed in 139 milliseconds