Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Format/
H A DFormatTestUtils.h23 inline FormatStyle getGoogleStyle() { in getGoogleStyle() function
H A DConfigParseTest.cpp19 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle() function
[all...]
H A DFormatTestComments.cpp18 FormatStyle getGoogleStyle() { return getGoogleStyle(FormatStyle::LK_Cpp); } in getGoogleStyle() function
/llvm-project/clang/lib/Format/
H A DFormat.cpp1632 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { getGoogleStyle() function