Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h3403 enum LineEndingStyle : int8_t { enum
3416 LineEndingStyle LineEnding;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp456 template <> struct ScalarEnumerationTraits<FormatStyle::LineEndingStyle> {
457 static void enumeration(IO &IO, FormatStyle::LineEndingStyle &Value) { in enumeration()