Lines Matching defs:BreakAfterAttributes
27568 TEST_F(FormatTest, BreakAfterAttributes) {
27588 EXPECT_EQ(Style.BreakAfterAttributes, FormatStyle::ABS_Leave);
27591 Style.BreakAfterAttributes = FormatStyle::ABS_Never;
27607 Style.BreakAfterAttributes = FormatStyle::ABS_Always;
27649 Style.BreakAfterAttributes = FormatStyle::ABS_Leave;
27652 Style.BreakAfterAttributes = FormatStyle::ABS_Never;
27670 Style.BreakAfterAttributes = FormatStyle::ABS_Always;