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

References

tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
  178   Indent(Out, Space, IsDot) << "\"dynamic_casts\": ";
  182     Out << "null," << NL;
  187   Out << '[' << NL;
  192     Indent(Out, Space, IsDot) << "{ \"region\": \"" << MR << "\", \"casts\": ";
  194       Out << "null ";
  197       Out << '[' << NL;
  199         Indent(Out, Space, IsDot)
  205           Out << ',';
  206         Out << NL;
  209       Indent(Out, Space, IsDot) << ']';
  211     Out << '}';
  214       Out << ',';
  215     Out << NL;
  219   Indent(Out, Space, IsDot) << "]," << NL;