Home
last modified time | relevance | path

Searched refs:getGoogleStyle (Results 1 – 6 of 6) 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()
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 …]
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()
DFormatTestProto.cpp35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto); in format()
/external/clang/docs/
DLibFormat.rst51 FormatStyle getGoogleStyle();
/external/clang/include/clang/Format/
DFormat.h428 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
/external/clang/lib/Format/
DFormat.cpp365 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function
401 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()
471 *Style = getGoogleStyle(Language); in getPredefinedStyle()