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

Declarations

tools/clang/include/clang/Format/Format.h
 2184 FormatStyle getChromiumStyle(FormatStyle::LanguageKind Language);

References

tools/clang/lib/Format/Format.cpp
 1126     *Style = getChromiumStyle(Language);
tools/clang/unittests/Format/FormatTest.cpp
 2939                getChromiumStyle(FormatStyle::LK_Cpp));
 6806   verifyFormat("A<A<int>> a;", getChromiumStyle(FormatStyle::LK_Cpp));
12321   Styles[0] = getChromiumStyle(FormatStyle::LK_Cpp);
tools/clang/unittests/Format/FormatTestJS.cpp
  554                getChromiumStyle(FormatStyle::LK_JavaScript));
tools/clang/unittests/Format/FormatTestJava.cpp
   86                getChromiumStyle(FormatStyle::LK_Java));
  302                getChromiumStyle(FormatStyle::LK_Java));
tools/clang/unittests/Format/FormatTestObjC.cpp
  926   Style = getChromiumStyle(FormatStyle::LK_ObjC);