Lines Matching refs:getGoogleStyle

20 FormatStyle getGoogleStyle() {  in getGoogleStyle()  function
21 return getGoogleStyle(FormatStyle::LK_Cpp); in getGoogleStyle()
51 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns()
62 verifyFormat(Code, getGoogleStyle()); in verifyGoogleFormat()
205 getGoogleStyle())); in TEST_F()
214 getGoogleStyle())); in TEST_F()
218 verifyFormat("extern \"C\" int f() { return 42; }", getGoogleStyle()); in TEST_F()
228 getGoogleStyle())); in TEST_F()
262 getGoogleStyle())); in TEST_F()
1953 getGoogleStyle())); in TEST_F()
2610 8, 0, getGoogleStyle())); // 8: position of "#define". in TEST_F()
2621 45, 0, getGoogleStyle())); // 45: position of "j". in TEST_F()
2791 getGoogleStyle())); in TEST_F()
3174 FormatStyle Style = getGoogleStyle(); in TEST_F()
3715 getGoogleStyle()); in TEST_F()
3721 getGoogleStyle()); in TEST_F()
3728 getGoogleStyle()); in TEST_F()
3744 getGoogleStyle()); in TEST_F()
3821 FormatStyle Style = getGoogleStyle(); in TEST_F()
3985 FormatStyle NoBinPacking = getGoogleStyle(); in TEST_F()
4000 FormatStyle NoBinPacking = getGoogleStyle(); in TEST_F()
4559 FormatStyle Style = getGoogleStyle(); in TEST_F()
5088 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A> >> a;", getGoogleStyle())); in TEST_F()
5089 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A>> > a;", getGoogleStyle())); in TEST_F()
5090 EXPECT_EQ("A<::A<int>> a;", format("A< ::A<int>> a;", getGoogleStyle())); in TEST_F()
5091 EXPECT_EQ("A<::A<int>> a;", format("A<::A<int> > a;", getGoogleStyle())); in TEST_F()
5164 verifyFormat("n * alignof char16;", getGoogleStyle()); in TEST_F()
5166 verifyFormat("alignof(char);", getGoogleStyle()); in TEST_F()
5521 getGoogleStyle())); in TEST_F()
5528 getGoogleStyle())); in TEST_F()
5535 getGoogleStyle())); in TEST_F()
5627 verifyFormat("int a = alignof(int) * b;", getGoogleStyle()); in TEST_F()
5637 verifyFormat("int a = alignof(int *) + b;", getGoogleStyle()); in TEST_F()
5732 getGoogleStyle()); in TEST_F()
6260 getGoogleStyle()); in TEST_F()
6398 FormatStyle AllowsMergedIf = getGoogleStyle(); in TEST_F()
6794 FormatStyle OnePerLine = getGoogleStyle(); in TEST_F()
6956 verifyFormat("int a = alignof [foo bar:baz];", getGoogleStyle()); in TEST_F()
7554 getGoogleStyle())); in TEST_F()
7560 getGoogleStyle())); in TEST_F()
7571 getGoogleStyle())); in TEST_F()
7682 format("f(g(R\"x(raw literal)x\", a), b);", getGoogleStyle())); in TEST_F()
8812 Styles[0] = getGoogleStyle(); in TEST_F()
8817 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
8851 Styles[0] = getGoogleStyle(); in TEST_F()
8857 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
9817 getGoogleStyle())); in TEST_F()