Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Format/
H A DDefinitionBlockSeparator.cpp72 Style.LineEnding > FormatStyle::LE_CRLF in separateBlocks()
75 Style.LineEnding == FormatStyle::LE_DeriveCRLF) in separateBlocks()
76 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
H A DFormat.cpp1021 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()
/src/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3237 LineEndingStyle LineEnding; member
5084 LineEnding == R.LineEnding && MacroBlockBegin == R.MacroBlockBegin &&