Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h500 FormatStyle getWebKitStyle();
/external/clang/unittests/Format/
DFormatTest.cpp7183 getWebKitStyle()); in TEST_F()
7184 verifyFormat("@property BOOL editable;", getWebKitStyle()); in TEST_F()
8834 Styles[0] = getWebKitStyle(); in TEST_F()
9421 FormatStyle Style = getWebKitStyle(); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp474 FormatStyle getWebKitStyle() { in getWebKitStyle() function
524 *Style = getWebKitStyle(); in getPredefinedStyle()