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

References

tools/clang/lib/StaticAnalyzer/Core/DynamicType.cpp
  142   Indent(Out, Space, IsDot) << "\"dynamic_types\": ";
  146     Out << "null," << NL;
  151   Out << '[' << NL;
  155     Indent(Out, Space, IsDot)
  158       Out << "null";
  160       Out << '\"' << DTI.getType()->getPointeeType().getAsString()
  164     Out << " }";
  167       Out << ',';
  168     Out << NL;
  172   Indent(Out, Space, IsDot) << "]," << NL;