Home
last modified time | relevance | path

Searched defs:getGoogleStyle (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Format/
DFormat.cpp573 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function
/external/clang/unittests/Format/
DFormatTest.cpp26 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle() function