Lines Matching refs:getGoogleStyle
79 FormatStyle Style = getGoogleStyle();
90 verifyFormat(Code, getGoogleStyle());
1842 8, 0, getGoogleStyle())); // 8: position of "#define".
1853 45, 0, getGoogleStyle())); // 45: position of "j".
2127 format("int\n#define A\na;", getGoogleStyle()));
2531 getGoogleStyle());
2537 getGoogleStyle());
2544 getGoogleStyle());
2560 getGoogleStyle());
2607 FormatStyle Style = getGoogleStyle();
2645 getGoogleStyle());
2649 getGoogleStyle());
2723 FormatStyle NoBinPacking = getGoogleStyle();
3023 getGoogleStyle());
3407 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A> >> a;", getGoogleStyle()));
3408 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A>> > a;", getGoogleStyle()));
3469 verifyFormat("n * alignof char16;", getGoogleStyle());
3471 verifyFormat("alignof(char);", getGoogleStyle());
3678 getGoogleStyle()));
3685 getGoogleStyle()));
3692 getGoogleStyle()));
3771 verifyFormat("int a = alignof(int) * b;", getGoogleStyle());
3781 verifyFormat("int a = alignof(int *) + b;", getGoogleStyle());
3814 getGoogleStyle());
3817 getGoogleStyle());
3820 getGoogleStyle());
3823 getGoogleStyle());
3832 getGoogleStyle());
3854 getGoogleStyle());
4200 FormatStyle AllowsMergedIf = getGoogleStyle();
4722 verifyFormat("int a = alignof [foo bar:baz];", getGoogleStyle());
5169 getGoogleStyle()));
5586 Styles[0] = getGoogleStyle();