Home
last modified time | relevance | path

Searched refs:LE_CRLF (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()
75 : Style.LineEnding == FormatStyle::LE_CRLF); in separateBlocks()
H A DFormat.cpp459 IO.enumCase(Value, "CRLF", FormatStyle::LE_CRLF); in enumeration()
1270 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()
2607 Style.LineEnding > FormatStyle::LE_CRLF in analyze()
2611 : Style.LineEnding == FormatStyle::LE_CRLF); in analyze()
/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3407 LE_CRLF, enumerator