Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/docs/
H A DLibFormat.rst73 FormatStyle getMicrosoftStyle();
/openbsd/gnu/llvm/clang/include/clang/Format/
H A DFormat.h4399 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);
/openbsd/gnu/llvm/clang/lib/Format/
H A DFormat.cpp1762 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle() function
1815 *Style = getMicrosoftStyle(Language); in getPredefinedStyle()