Searched refs:getGoogleStyle (Results 1 – 6 of 6) 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()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()[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()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
51 FormatStyle getGoogleStyle();
428 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
365 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function401 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()471 *Style = getGoogleStyle(Language); in getPredefinedStyle()