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

References

tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  207   Indent(Out, Space, IsDot) << "\"environment\": ";
  210     Out << "null," << NL;
  231   Out << "{ \"pointer\": \"" << (const void *)LCtx->getStackFrame()
  235   LCtx->printJson(Out, NL, Space, IsDot, [&](const LocationContext *LC) {
  249         Out << '[' << NL;
  265       Indent(Out, InnerSpace, IsDot)
  267       S->printJson(Out, nullptr, PP, /*AddQuotes=*/true);
  269       Out << ", \"value\": ";
  270       I->second.printJson(Out, /*AddQuotes=*/true);
  272       Out << " }";
  275         Out << ',';
  276       Out << NL;
  280       Indent(Out, --InnerSpace, IsDot) << ']';
  282       Out << "null ";
  285   Indent(Out, --Space, IsDot) << "]}," << NL;