Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h688 FormatStyle getWebKitStyle();
/external/clang/unittests/Format/
DFormatTest.cpp7566 getWebKitStyle()); in TEST_F()
7567 verifyFormat("@property BOOL editable;", getWebKitStyle()); in TEST_F()
9630 Styles[0] = getWebKitStyle(); in TEST_F()
10306 FormatStyle Style = getWebKitStyle(); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp635 FormatStyle getWebKitStyle() { in getWebKitStyle() function
687 *Style = getWebKitStyle(); in getPredefinedStyle()