Home
last modified time | relevance | path

Searched refs:LE_CRLF (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3228 LE_CRLF, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp426 IO.enumCase(Value, "CRLF", FormatStyle::LE_CRLF); in enumeration()
1179 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()
2438 Style.LineEnding > FormatStyle::LE_CRLF in analyze()
2442 : Style.LineEnding == FormatStyle::LE_CRLF); in analyze()