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

References

tools/clang/include/clang/Format/Format.h
 1507   bool isCSharp() const { return Language == LK_CSharp; }
 2379   case FormatStyle::LK_CSharp:
tools/clang/lib/Format/Format.cpp
   64     IO.enumCase(Value, "CSharp", FormatStyle::LK_CSharp);
 2545     return FormatStyle::LK_CSharp;
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)) {
  150   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);
  234   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);
  270   FormatStyle Style = getMicrosoftStyle(FormatStyle::LK_CSharp);
  322   FormatStyle Style = getGoogleStyle(FormatStyle::LK_CSharp);