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.h1576 enum BinaryOperatorStyle : int8_t { enum
1617 BinaryOperatorStyle BreakBeforeBinaryOperators;
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp154 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
155 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()