Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp71 Style.LineEnding > FormatStyle::LE_CRLF in separateBlocks()
74 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in separateBlocks()
75 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
H A DFormat.cpp1099 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()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3416 LineEndingStyle LineEnding; member
5424 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&