Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h1688 enum BinaryOperatorStyle : int8_t { enum
1729 BinaryOperatorStyle BreakBeforeBinaryOperators;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp127 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
128 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()