reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Format/Format.h
 2200 FormatStyle getMicrosoftStyle(FormatStyle::LanguageKind Language);

References

tools/clang/lib/Format/Format.cpp
 1136     *Style = getMicrosoftStyle(Language);
tools/clang/unittests/Format/FormatTestCSharp.cpp
   35          const FormatStyle &Style = getMicrosoftStyle(FormatStyle::LK_CSharp)) {
   40     FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp);
   47       const FormatStyle &Style = getMicrosoftStyle(FormatStyle::LK_CSharp)) {
  270   FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp);