Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h731 FormatStyle getMozillaStyle();
/external/clang/unittests/Format/
DFormatTest.cpp7770 getMozillaStyle()); in TEST_F()
7771 verifyFormat("@property BOOL editable;", getMozillaStyle()); in TEST_F()
10060 Styles[0] = getMozillaStyle(); in TEST_F()
11505 ASSERT_EQ(Style2, getMozillaStyle()); in TEST()
/external/clang/lib/Format/
DFormat.cpp648 FormatStyle getMozillaStyle() { in getMozillaStyle() function
718 *Style = getMozillaStyle(); in getPredefinedStyle()