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

Declarations

tools/clang/include/clang/Format/Format.h
 2188 FormatStyle getMozillaStyle();

References

tools/clang/lib/Format/Format.cpp
 1128     *Style = getMozillaStyle();
tools/clang/unittests/Format/FormatTest.cpp
11343   FormatStyle Style = getMozillaStyle();
12326   Styles[0] = getMozillaStyle();
14293   ASSERT_EQ(*Style2, getMozillaStyle());
tools/clang/unittests/Format/FormatTestObjC.cpp
 1034   Style = getMozillaStyle();