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

References

tools/clang/lib/Analysis/ProgramPoint.cpp
  187     assert(S != nullptr && "Expecting non-null Stmt");
  189     Out << "Statement\", \"stmt_kind\": \"" << S->getStmtClassName()
  190         << "\", \"stmt_id\": " << S->getID(Context)
  191         << ", \"pointer\": \"" << (const void *)S << "\", ";
  192     if (const auto *CS = dyn_cast<CastExpr>(S))
  197     S->printJson(Out, nullptr, PP, AddQuotes);
  200     printSourceLocationAsJson(Out, S->getBeginLoc(), SM);