• Home
  • Raw
  • Download

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()
186 getGoogleStyle())); in TEST_F()
220 getGoogleStyle())); in TEST_F()
2367 8, 0, getGoogleStyle())); // 8: position of "#define". in TEST_F()
2378 45, 0, getGoogleStyle())); // 45: position of "j". in TEST_F()
2522 getGoogleStyle())); in TEST_F()
2876 FormatStyle Style = getGoogleStyle(); in TEST_F()
3363 getGoogleStyle()); in TEST_F()
3369 getGoogleStyle()); in TEST_F()
3376 getGoogleStyle()); in TEST_F()
3392 getGoogleStyle()); in TEST_F()
3448 FormatStyle Style = getGoogleStyle(); in TEST_F()
3611 FormatStyle NoBinPacking = getGoogleStyle(); in TEST_F()
4078 getGoogleStyle()); in TEST_F()
4544 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A> >> a;", getGoogleStyle())); in TEST_F()
4545 EXPECT_EQ("A<A<A<A>>> a;", format("A<A<A<A>> > a;", getGoogleStyle())); in TEST_F()
4546 EXPECT_EQ("A<::A<int>> a;", format("A< ::A<int>> a;", getGoogleStyle())); in TEST_F()
4547 EXPECT_EQ("A<::A<int>> a;", format("A<::A<int> > a;", getGoogleStyle())); in TEST_F()
4615 verifyFormat("n * alignof char16;", getGoogleStyle()); in TEST_F()
4617 verifyFormat("alignof(char);", getGoogleStyle()); in TEST_F()
4912 getGoogleStyle())); in TEST_F()
4919 getGoogleStyle())); in TEST_F()
4926 getGoogleStyle())); in TEST_F()
5015 verifyFormat("int a = alignof(int) * b;", getGoogleStyle()); in TEST_F()
5025 verifyFormat("int a = alignof(int *) + b;", getGoogleStyle()); in TEST_F()
5109 getGoogleStyle()); in TEST_F()
5609 getGoogleStyle()); in TEST_F()
5747 FormatStyle AllowsMergedIf = getGoogleStyle(); in TEST_F()
6141 FormatStyle OnePerLine = getGoogleStyle(); in TEST_F()
6298 verifyFormat("int a = alignof [foo bar:baz];", getGoogleStyle()); in TEST_F()
6886 getGoogleStyle())); in TEST_F()
6892 getGoogleStyle())); in TEST_F()
6903 getGoogleStyle())); in TEST_F()
7000 format("f(g(R\"x(raw literal)x\", a), b);", getGoogleStyle())); in TEST_F()
8023 Styles[0] = getGoogleStyle(); in TEST_F()
8028 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
8062 Styles[0] = getGoogleStyle(); in TEST_F()
8068 Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
8916 getGoogleStyle())); in TEST_F()