Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Format/
HDFormat.h3224 enum LineEndingStyle : int8_t { enum
3237 LineEndingStyle LineEnding;
/freebsd-14-stable/contrib/llvm-project/clang/lib/Format/
HDFormat.cpp423 template <> struct ScalarEnumerationTraits<FormatStyle::LineEndingStyle> {
424 static void enumeration(IO &IO, FormatStyle::LineEndingStyle &Value) { in enumeration()