Home
last modified time | relevance | path

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

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