Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h440 FormatStyle getWebKitStyle();
/external/clang/unittests/Format/
DFormatTest.cpp6519 getWebKitStyle()); in TEST_F()
6520 verifyFormat("@property BOOL editable;", getWebKitStyle()); in TEST_F()
8045 Styles[0] = getWebKitStyle(); in TEST_F()
8582 FormatStyle Style = getWebKitStyle(); in TEST_F()
/external/clang/lib/Format/
DFormat.cpp427 FormatStyle getWebKitStyle() { in getWebKitStyle() function
473 *Style = getWebKitStyle(); in getPredefinedStyle()