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

References

tools/clang/lib/Format/ContinuationIndenter.cpp
  478         (!Style.isCSharp() ||
 1767         Style.Language == FormatStyle::LK_JavaScript || Style.isCSharp() ||
tools/clang/lib/Format/FormatTokenLexer.cpp
   74   if (Style.isCSharp()) {
tools/clang/lib/Format/TokenAnnotator.cpp
  369     if (!Style.isCSharp())
 2748   } else if (Style.isCSharp()) {
 3133   if (Style.isCSharp() &&
tools/clang/lib/Format/UnwrappedLineFormatter.cpp
   97         Style.Language == FormatStyle::LK_JavaScript || Style.isCSharp())
 1120           (Style.isCSharp() &&
tools/clang/lib/Format/UnwrappedLineParser.cpp
 1008         Style.Language == FormatStyle::LK_JavaScript || Style.isCSharp())
 1232           Style.Language == FormatStyle::LK_JavaScript || Style.isCSharp()) {