Home | History | Annotate | Download | only in Format

Lines Matching full:arg1

6451   verifyFormat("return {arg1, arg2};");
6452 verifyFormat("return {arg1, SomeType{parameter}};");
6454 verifyFormat("new T{arg1, arg2};");
6457 " T member = {arg1, arg2};\n"
6569 verifyFormat("return { arg1, arg2 };", ExtraSpaces);
6570 verifyFormat("return { arg1, SomeType{ parameter } };", ExtraSpaces);
6572 verifyFormat("new T{ arg1, arg2 };", ExtraSpaces);
6575 " T member = { arg1, arg2 };\n"
7613 verifyFormat("[myObj short:arg1 // Force line break\n"
11084 verifyFormat("[myObject doSomethingWith:arg1\n"
11122 verifyFormat("[myObject doSomethingWith:arg1\n"
11135 verifyFormat("[myObject doSomethingWith:arg1\n"
11189 verifyFormat("[myObject doSomethingWith:arg1\n"