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

Declarations

tools/clang/include/clang/Format/Format.h
 2192 FormatStyle getWebKitStyle();

References

tools/clang/lib/Format/Format.cpp
 1132     *Style = getWebKitStyle();
tools/clang/unittests/Format/FormatTest.cpp
12331   Styles[0] = getWebKitStyle();
13202   FormatStyle Style = getWebKitStyle();
tools/clang/unittests/Format/FormatTestObjC.cpp
 1038   Style = getWebKitStyle();