Home
last modified time | relevance | path

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

/external/clang/unittests/Format/
DFormatTest.cpp20 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()
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 …]
DFormatTestJS.cpp36 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()
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()
DFormatTestProto.cpp35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
/external/clang/tools/clang-format/fuzzer/
DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in TestOneInput()
/external/clang/docs/
DLibFormat.rst51 FormatStyle getGoogleStyle();
/external/clang/include/clang/Format/
DFormat.h488 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
/external/clang/lib/Format/
DFormat.cpp394 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function
443 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()
522 *Style = getGoogleStyle(Language); in getPredefinedStyle()