reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Format/Format.h
 2180 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);

References

tools/clang/lib/Format/Format.cpp
  837     FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_Proto);
  963   FormatStyle ChromiumStyle = getGoogleStyle(Language);
 1130     *Style = getGoogleStyle(Language);
tools/clang/tools/extra/clangd/unittests/FormatTests.cpp
   29                         format::getGoogleStyle(format::FormatStyle::LK_Cpp));
tools/clang/unittests/Format/CleanupTest.cpp
  177   const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript);
  404   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
  441   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp);
tools/clang/unittests/Format/FormatTest.cpp
   28 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); }
 6653   FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp);
 7950   FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp);
12314   Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript);
12354   Styles[0] = getGoogleStyle(FormatStyle::LK_JavaScript);
tools/clang/unittests/Format/FormatTestCSharp.cpp
  150   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);
  234   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);
  322   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);
tools/clang/unittests/Format/FormatTestComments.cpp
   27 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); }
   65     FormatStyle Style = getGoogleStyle(FormatStyle::FormatStyle::LK_TextProto);
 3114   FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
 3116   FormatStyle Style20 = getGoogleStyle(FormatStyle::LK_Java);
 3193   FormatStyle JSStyle20 = getGoogleStyle(FormatStyle::LK_JavaScript);
tools/clang/unittests/Format/FormatTestJS.cpp
   38       const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
   43     FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
   50       const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
   60       const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_JavaScript)) {
  848   FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
  962   FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
 1019   FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
 2180   FormatStyle DoubleQuotes = getGoogleStyle(FormatStyle::LK_JavaScript);
 2188   FormatStyle LeaveQuotes = getGoogleStyle(FormatStyle::LK_JavaScript);
tools/clang/unittests/Format/FormatTestJava.cpp
   35          const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
   40     FormatStyle Style = getGoogleStyle(FormatStyle::LK_Java);
   47       const FormatStyle &Style = getGoogleStyle(FormatStyle::LK_Java)) {
tools/clang/unittests/Format/FormatTestObjC.cpp
  387   Style = getGoogleStyle(FormatStyle::LK_ObjC);
  481   Style = getGoogleStyle(FormatStyle::LK_ObjC);
  537   Style = getGoogleStyle(FormatStyle::LK_ObjC);
  584   Style = getGoogleStyle(FormatStyle::LK_ObjC);
  607   Style = getGoogleStyle(FormatStyle::LK_ObjC);
 1042   Style = getGoogleStyle(FormatStyle::LK_ObjC);
 1241   Style = getGoogleStyle(FormatStyle::LK_ObjC);
 1330   Style = getGoogleStyle(FormatStyle::LK_ObjC);
tools/clang/unittests/Format/FormatTestProto.cpp
   34     FormatStyle Style = getGoogleStyle(FormatStyle::LK_Proto);
  512   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
tools/clang/unittests/Format/FormatTestRawStrings.cpp
   94     FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp);
  140   FormatStyle Style = getGoogleStyle(FormatStyle::LK_Cpp);
tools/clang/unittests/Format/FormatTestSelective.cpp
  587   Style = getGoogleStyle(FormatStyle::LK_JavaScript);
tools/clang/unittests/Format/FormatTestTableGen.cpp
   34     FormatStyle Style = getGoogleStyle(FormatStyle::LK_TableGen);
tools/clang/unittests/Format/FormatTestTextProto.cpp
   43     FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  151   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  384   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  522   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  547   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  562   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
  573   FormatStyle Style = getGoogleStyle(FormatStyle::LK_TextProto);
tools/clang/unittests/Format/SortImportsTestJS.cpp
   44   FormatStyle Style = getGoogleStyle(FormatStyle::LK_JavaScript);
tools/clang/unittests/Format/SortImportsTestJava.cpp
   33     FmtStyle = getGoogleStyle(FormatStyle::LK_Java);
tools/clang/unittests/Format/SortIncludesTest.cpp
  353   FmtStyle = getGoogleStyle(FormatStyle::LK_Cpp);
  737   FmtStyle = getGoogleStyle(FormatStyle::LK_ObjC);
tools/clang/unittests/Tooling/HeaderIncludesTest.cpp
  102   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  126   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  207   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)
  485   Style = format::getGoogleStyle(format::FormatStyle::LanguageKind::LK_Cpp)