HomeSort by relevance Sort by last modified time
    Searched refs:getGoogleStyle (Results 1 - 11 of 11) sorted by null

  /external/clang/tools/clang-format/fuzzer/
ClangFormatFuzzer.cpp 21 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp);
  /external/clang/unittests/Format/
FormatTestJS.cpp 39 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);
    [all...]
FormatTest.cpp 26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); }
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()));
    [all...]
FormatTestProto.cpp 35 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto);
SortImportsTestJS.cpp 45 FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
FormatTestJava.cpp 36 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
41 FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
48 const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
FormatTestSelective.cpp 516 Style = getGoogleStyle(FormatStyle::LK_JavaScript);
SortIncludesTest.cpp 159 Style = getGoogleStyle(FormatStyle::LK_Cpp);
CleanupTest.cpp 373 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/
Format.h 723 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
    [all...]
  /external/clang/lib/Format/
Format.cpp 573 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) {
630 FormatStyle ChromiumStyle = getGoogleStyle(Language);
720 *Style = getGoogleStyle(Language);
    [all...]

Completed in 94 milliseconds