Lines Matching defs:RemoveParentheses
27823 TEST_F(FormatTest, RemoveParentheses) {27825 EXPECT_EQ(Style.RemoveParentheses, FormatStyle::RPS_Leave);27827 Style.RemoveParentheses = FormatStyle::RPS_MultipleParentheses;27872 Style.RemoveParentheses = FormatStyle::RPS_ReturnStatement;