Home
last modified time | relevance | path

Searched refs:getMozillaStyle (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/Format/
DFormat.h496 FormatStyle getMozillaStyle();
/external/clang/lib/Format/
DFormat.cpp459 FormatStyle getMozillaStyle() { in getMozillaStyle() function
520 *Style = getMozillaStyle(); in getPredefinedStyle()
/external/clang/unittests/Format/
DFormatTest.cpp7180 getMozillaStyle()); in TEST_F()
7181 verifyFormat("@property BOOL editable;", getMozillaStyle()); in TEST_F()
8829 Styles[0] = getMozillaStyle(); in TEST_F()