Lines Matching defs:AllowAllArgumentsOnNextLine
7745 Style.AllowAllArgumentsOnNextLine = i & 2;
7937 TEST_F(FormatTest, AllowAllArgumentsOnNextLine) {
7946 Style.AllowAllArgumentsOnNextLine = true;
7952 Style.AllowAllArgumentsOnNextLine = false;
7960 Style.AllowAllArgumentsOnNextLine = true;
7966 Style.AllowAllArgumentsOnNextLine = false;
7977 Style.AllowAllArgumentsOnNextLine = false;
7990 // Check that AllowAllArgumentsOnNextLine is respected for both BAS_DontAlign
7995 Style.AllowAllArgumentsOnNextLine = false;
8009 // AllowAllArgumentsOnNextLine.
8025 // When AllowAllArgumentsOnNextLine is set, we prefer breaking before the
8027 Style.AllowAllArgumentsOnNextLine = true;
27014 Style.AllowAllArgumentsOnNextLine = false;