Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Format/
DFormat.h993 enum BinaryOperatorStyle : unsigned char { enum
1033 BinaryOperatorStyle BreakBeforeBinaryOperators;
/freebsd-12-stable/contrib/llvm-project/clang/lib/Format/
DFormat.cpp206 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
207 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()