Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Format/
H A DFormat.h210 enum BinaryOperatorStyle { enum
220 BinaryOperatorStyle BreakBeforeBinaryOperators;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Format/
DFormat.h1558 enum BinaryOperatorStyle : int8_t { enum
1599 BinaryOperatorStyle BreakBeforeBinaryOperators;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Format/
DFormat.h1667 enum BinaryOperatorStyle : int8_t { enum
1708 BinaryOperatorStyle BreakBeforeBinaryOperators;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Format/
DFormat.h1667 enum BinaryOperatorStyle : int8_t { enum
1708 BinaryOperatorStyle BreakBeforeBinaryOperators;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Format/
DFormat.h1682 enum BinaryOperatorStyle : int8_t { enum
1723 BinaryOperatorStyle BreakBeforeBinaryOperators;
/aosp_15_r20/external/clang/lib/Format/
H A DFormat.cpp102 template <> struct ScalarEnumerationTraits<FormatStyle::BinaryOperatorStyle> {
103 static void enumeration(IO &IO, FormatStyle::BinaryOperatorStyle &Value) { in enumeration()
/aosp_15_r20/external/clang/docs/
H A DClangFormatStyleOptions.rst355 **BreakBeforeBinaryOperators** (``BinaryOperatorStyle``)