Searched refs:getGoogleStyle (Results 1 – 12 of 12) sorted by relevance
26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle() function63 FormatStyle Style = getGoogleStyle(); in getGoogleStyleWithColumns()80 verifyFormat(Code, getGoogleStyle()); in verifyGoogleFormat()181 getGoogleStyle())); in TEST_F()190 getGoogleStyle())); in TEST_F()194 verifyFormat("extern \"C\" int f() { return 42; }", getGoogleStyle()); in TEST_F()204 getGoogleStyle())); in TEST_F()238 getGoogleStyle())); in TEST_F()1987 getGoogleStyle())); in TEST_F()2886 getGoogleStyle())); in TEST_F()[all …]
39 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in format()44 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in getGoogleJSStyleWithColumns()51 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()59 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) { in verifyFormat()516 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()1322 FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()1330 FormatStyle LeaveQuotes = 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()
373 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()398 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()451 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()472 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()509 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp); in TEST_F()
35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
45 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
159 Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
516 Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
51 FormatStyle getGoogleStyle();
723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
573 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function630 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()720 *Style = getGoogleStyle(Language); in getPredefinedStyle()