Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h964 enum BinaryOperatorStyle : unsigned char { enum
1004 BinaryOperatorStyle BreakBeforeBinaryOperators;
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp186 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
187 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DClangFormatStyleOptions.rst1404 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)