Lines Matching refs:getGoogleStyle

28 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); }  in getGoogleStyle()  function
65 return getStyleWithColumns(getGoogleStyle(), ColumnLimit); in getGoogleStyleWithColumns()
118 #define verifyGoogleFormat(Code) verifyFormat(Code, getGoogleStyle())
218 getGoogleStyle())); in TEST_F()
227 getGoogleStyle())); in TEST_F()
236 getGoogleStyle())); in TEST_F()
245 getGoogleStyle())); in TEST_F()
254 getGoogleStyle())); in TEST_F()
263 getGoogleStyle())); in TEST_F()
389 verifyFormat("extern \"C\" int f() { return 42; }", getGoogleStyle()); in TEST_F()
399 getGoogleStyle())); in TEST_F()
433 getGoogleStyle())); in TEST_F()
3412 getGoogleStyle())); in TEST_F()
5199 getGoogleStyle())); in TEST_F()
6049 FormatStyle Style = getGoogleStyle(); in TEST_F()
6073 getGoogleStyle())); in TEST_F()
6082 getGoogleStyle())); in TEST_F()
7331 getGoogleStyle()); in TEST_F()
7337 getGoogleStyle()); in TEST_F()
7344 getGoogleStyle()); in TEST_F()
7360 getGoogleStyle()); in TEST_F()
7687 FormatStyle NoBinPacking = getGoogleStyle(); in TEST_F()
7719 FormatStyle NoBinPacking = getGoogleStyle(); in TEST_F()
8453 getGoogleStyle(FormatStyle::LK_JavaScript))); in TEST_F()
8695 FormatStyle Style = getGoogleStyle(); in TEST_F()
9086 verifyFormat("typedef ATTR(X) char x;", getGoogleStyle()); in TEST_F()
9564 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
9710 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A> >> a;", getGoogleStyle())); in TEST_F()
9711 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A>> > a;", getGoogleStyle())); in TEST_F()
9712 EXPECT_EQ("A<::A<int>> a;", format("A< ::A<int>> a;", getGoogleStyle())); in TEST_F()
9713 EXPECT_EQ("A<::A<int>> a;", format("A<::A<int> > a;", getGoogleStyle())); in TEST_F()
9715 format("auto x=[]{A<A<A<A> >> a;};", getGoogleStyle())); in TEST_F()
9849 verifyFormat("n * alignof char16;", getGoogleStyle()); in TEST_F()
9851 verifyFormat("alignof(char);", getGoogleStyle()); in TEST_F()
9979 getGoogleStyle()); in TEST_F()
10856 getGoogleStyle())); in TEST_F()
10863 getGoogleStyle())); in TEST_F()
10870 getGoogleStyle())); in TEST_F()
10879 getGoogleStyle())); in TEST_F()
10961 verifyFormat("int a = [(type*)[((type*)val) arg] arg];", getGoogleStyle()); in TEST_F()
10998 verifyFormat("int a = alignof(int) * b;", getGoogleStyle()); in TEST_F()
11008 verifyFormat("int a = alignof(int *) + b;", getGoogleStyle()); in TEST_F()
11153 getGoogleStyle()); in TEST_F()
12256 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
12822 getGoogleStyle()); in TEST_F()
13497 FormatStyle AllowsMergedIf = getGoogleStyle(); in TEST_F()
13809 getGoogleStyle())); in TEST_F()
13815 getGoogleStyle())); in TEST_F()
13826 getGoogleStyle())); in TEST_F()
14044 format("f(g(R\"x(raw literal)x\", a), b);", getGoogleStyle())); in TEST_F()
19936 Styles[0] = getGoogleStyle(); in TEST_F()
19941 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
19975 Styles[0] = getGoogleStyle(); in TEST_F()
19981 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
21649 auto Style = getGoogleStyle(); in TEST_F()
22159 Style = getGoogleStyle(); in TEST_F()
22434 getGoogleStyle())); in TEST_F()
22877 ASSERT_EQ(*Style1, getGoogleStyle()); in TEST()
22925 ASSERT_EQ(*Style3, getGoogleStyle()); in TEST()
23013 auto Style = getGoogleStyle(); in TEST()
23021 auto Style = getGoogleStyle(); in TEST()
23098 ASSERT_EQ(*Style, getGoogleStyle()); in TEST()
23107 ASSERT_EQ(*Style, getGoogleStyle()); in TEST()
23139 ASSERT_EQ(*Style, getGoogleStyle()); in TEST()
23210 getGoogleStyle())); in TEST_F()
23227 EXPECT_EQ("<!-- ;> -->", format("<!-- ;> -->", getGoogleStyle())); in TEST_F()
23228 EXPECT_EQ(" <!-- >; -->", format(" <!-- >; -->", getGoogleStyle())); in TEST_F()
23262 verifyFormat("auto [a1, b]{A * i};", getGoogleStyle()); in TEST_F()
23265 verifyFormat("auto const [a1, b]{A * i};", getGoogleStyle()); in TEST_F()
23268 verifyFormat("auto const& [a1, b]{A * i};", getGoogleStyle()); in TEST_F()
23271 verifyFormat("auto const&& [a1, b]{A * i};", getGoogleStyle()); in TEST_F()
24042 FormatStyle Style = getGoogleStyle(); in TEST_F()