Searched refs:getGoogleStyle (Results 1 - 11 of 11) sorted by relevance

/external/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp);
/external/clang/unittests/Format/
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::__anon3382
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...]
H A DFormatTestProto.cpp35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto);
H A DSortImportsTestJS.cpp45 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
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 DFormatTestSelective.cpp516 Style = getGoogleStyle(FormatStyle::LK_JavaScript);
H A DSortIncludesTest.cpp159 Style = getGoogleStyle(FormatStyle::LK_Cpp);
H A DCleanupTest.cpp373 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
398 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
451 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
472 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
509 Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
/external/clang/include/clang/Format/
H A DFormat.h723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
/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 167 milliseconds