Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp20 auto Style = getGoogleStyle(clang::format::FormatStyle::LK_Cpp); in LLVMFuzzerTestOneInput()
/openbsd-src/gnu/llvm/clang/docs/
H A DLibFormat.rst53 FormatStyle getGoogleStyle();
/openbsd-src/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4379 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language);
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1496 FormatStyle getGoogleStyle(FormatStyle::LanguageKind Language) { in getGoogleStyle() function
1498 FormatStyle GoogleStyle = getGoogleStyle(FormatStyle::LK_Proto); in getGoogleStyle()
1638 FormatStyle ChromiumStyle = getGoogleStyle(Language); in getChromiumStyle()
1809 *Style = getGoogleStyle(Language); in getPredefinedStyle()