Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Format/
H A DFormat.h887 enum BinaryOperatorStyle : int8_t { enum
928 BinaryOperatorStyle BreakBeforeBinaryOperators;
/llvm-project-15.0.7/clang/lib/Format/
H A DFormat.cpp257 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
258 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst1701 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``) :versionbadge:`clang-format 3.6`