Searched defs:getGoogleStyle (Results 1 - 4 of 4) sorted by relevance

/external/clang/unittests/Format/
H A DFormatTestJava.cpp36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
35 format(llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) argument
46 verifyFormat( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) argument
H A DFormatTestJS.cpp39 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
44 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
51 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
59 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
516 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
1322 FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript);
1330 FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript);
37 format( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) argument
49 verifyFormat( llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) argument
56 verifyFormat( llvm::StringRef Expected, llvm::StringRef Code, const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) argument
H A DFormatTest.cpp26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } function in namespace:clang::format::__anon3703
63 FormatStyle Style = getGoogleStyle();
80 verifyFormat(Code, getGoogleStyle());
181 getGoogleStyle()));
190 getGoogleStyle()));
194 verifyFormat("extern \"C\" int f() { return 42; }", getGoogleStyle());
204 getGoogleStyle()));
238 getGoogleStyle()));
1987 getGoogleStyle()));
[all...]
/external/clang/lib/Format/
H A DFormat.cpp573 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { function in namespace:clang::format
630 FormatStyle ChromiumStyle = getGoogleStyle(Language);
720 *Style = getGoogleStyle(Language);

Completed in 117 milliseconds