Home
last modified time | relevance | path

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

/external/clang/include/clang/Format/
DFormat.h504 FormatStyle getGNUStyle();
/external/clang/lib/Format/
DFormat.cpp494 FormatStyle getGNUStyle() { in getGNUStyle() function
526 *Style = getGNUStyle(); in getPredefinedStyle()
/external/clang/unittests/Format/
DFormatTest.cpp8839 Styles[0] = getGNUStyle(); in TEST_F()