Home
last modified time | relevance | path

Searched refs:getGoogleStyle (Results 1 – 12 of 12) sorted by relevance

/external/clang/unittests/Format/
DFormatTest.cpp26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle() function
63 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 …]
DFormatTestJS.cpp39 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()
DFormatTestJava.cpp36 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()
DCleanupTest.cpp373 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()
DFormatTestProto.cpp35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
DSortImportsTestJS.cpp45 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
DSortIncludesTest.cpp159 Style = getGoogleStyle(FormatStyle::LK_Cpp); in TEST_F()
DFormatTestSelective.cpp516 Style = getGoogleStyle(FormatStyle::LK_JavaScript); in TEST_F()
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
/external/clang/docs/
DLibFormat.rst51 FormatStyle getGoogleStyle();
/external/clang/include/clang/Format/
DFormat.h723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
/external/clang/lib/Format/
DFormat.cpp573 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function
630 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()
720 *Style = getGoogleStyle(Language); in getPredefinedStyle()