Searched refs:BOS_None (Results 1 – 7 of 7) sorted by relevance
66 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()
6503 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()6603 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()6622 EXPECT_EQ(Style.BreakBeforeBinaryOperators, FormatStyle::BOS_None); in TEST_F()9617 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()9633 Style.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()16974 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()17358 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()17935 Alignment.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in TEST_F()20260 FormatStyle::BOS_None); in TEST_F()20265 FormatStyle::BOS_None); in TEST_F()
899 BOS_None, enumerator
4664 return Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None; in canBreakBefore()4666 return Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None; in canBreakBefore()4819 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None && in canBreakBefore()4916 (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None || in canBreakBefore()
769 Style.BreakBeforeBinaryOperators != FormatStyle::BOS_None) || in addTokenOnCurrentLine()812 if (Style.BreakBeforeBinaryOperators == FormatStyle::BOS_None) in addTokenOnCurrentLine()
261 IO.enumCase(Value, "None", FormatStyle::BOS_None); in enumeration()262 IO.enumCase(Value, "false", FormatStyle::BOS_None); in enumeration()1210 LLVMStyle.BreakBeforeBinaryOperators = FormatStyle::BOS_None; in getLLVMStyle()
1706 * ``BOS_None`` (in configuration: ``None``)