Home | History | Annotate | Download | only in Format

Lines Matching full:quux

4527   verifyFormat("@interface Foo : /**/ Bar /**/ <Baz, /**/ Quux>\n"
4531 verifyGoogleFormat("@interface Foo : Bar<Baz, Quux>\n"
4563 verifyFormat("@interface Foo : Bar <Baz, Quux> {\n"
4712 verifyFormat("[[self initWithInt:4] bar:[baz quux:arrrr]];");
4781 verifyFormat("[(id)foo bar:(id)baz quux:(id)snorf];");
4782 verifyFormat("[(id)foo bar:(id) ? baz : quux];");