Lines Matching defs:AllowBreakBeforeNoexceptSpecifier
27939 TEST_F(FormatTest, AllowBreakBeforeNoexceptSpecifier) {27942 EXPECT_EQ(Style.AllowBreakBeforeNoexceptSpecifier, FormatStyle::BBNSS_Never);27957 Style.AllowBreakBeforeNoexceptSpecifier = FormatStyle::BBNSS_Always;27971 Style.AllowBreakBeforeNoexceptSpecifier = FormatStyle::BBNSS_OnlyWithParen;