Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h735 FormatStyle getWebKitStyle();
/external/clang/unittests/Format/
DFormatTest.cpp7773 getWebKitStyle()); in TEST_F()
7774 verifyFormat("@property BOOL editable;", getWebKitStyle()); in TEST_F()
10065 Styles[0] = getWebKitStyle(); in TEST_F()
10759 FormatStyle Style = getWebKitStyle(); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp670 FormatStyle getWebKitStyle() { in getWebKitStyle() function
722 *Style = getWebKitStyle(); in getPredefinedStyle()