Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h684 FormatStyle getMozillaStyle();
/external/clang/unittests/Format/
DFormatTest.cpp7563 getMozillaStyle()); in TEST_F()
7564 verifyFormat("@property BOOL editable;", getMozillaStyle()); in TEST_F()
9625 Styles[0] = getMozillaStyle(); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp613 FormatStyle getMozillaStyle() { in getMozillaStyle() function
683 *Style = getMozillaStyle(); in getPredefinedStyle()