Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h739 FormatStyle getGNUStyle();
/external/clang/lib/Format/
DFormat.cpp690 FormatStyle getGNUStyle() { in getGNUStyle() function
724 *Style = getGNUStyle(); in getPredefinedStyle()
/external/clang/unittests/Format/
DFormatTest.cpp10070 Styles[0] = getGNUStyle(); in TEST_F()