Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Format/
H A DFormat.h5235 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DFormat.cpp1899 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language) { in getMicrosoftStyle() function
1964 *Style = getMicrosoftStyle(Language); in getPredefinedStyle()