Searched refs:getGoogleStyle (Results 1 – 8 of 8) sorted by relevance
20 FormatStyle getGoogleStyle() { in getGoogleStyle() function21 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()[all …]
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns()48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()313 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in format()41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java); in getStyleWithColumns()48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) { in verifyFormat()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in TestOneInput()
51 FormatStyle getGoogleStyle();
488 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
394 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function443 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()522 *Style = getGoogleStyle(Language); in getPredefinedStyle()