Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibFormat.rst73 FormatStyle getMicrosoftStyle();
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Format/
H A DFormat.h3459 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);
/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DFormat.cpp1361 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle() function
1414 *Style = getMicrosoftStyle(Language); in getPredefinedStyle()