Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3226 LE_LF, enumerator
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp425 IO.enumCase(Value, "LF", FormatStyle::LE_LF); in enumeration()
1179 Style.LineEnding = UseCRLF ? FormatStyle::LE_CRLF : FormatStyle::LE_LF; in mapping()
1934 Style.LineEnding = FormatStyle::LE_LF; in getClangFormatStyle()