Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Format/
H A DFormat.h439 enum BinaryOperatorStyle { enum
479 BinaryOperatorStyle BreakBeforeBinaryOperators;
/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DFormat.cpp118 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
119 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()