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

Declarations

tools/clang/include/clang/AST/Stmt.h
 1128   int64_t getID(const ASTContext &Context) const;

References

tools/clang/lib/Analysis/ProgramPoint.cpp
   72       Out << RS->getID(Context) << ", \"stmt\": ";
  190         << "\", \"stmt_id\": " << S->getID(Context)
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp
  266           << "{ \"stmt_id\": " << S->getID(Ctx) << ", \"pretty\": ";
tools/clang/lib/StaticAnalyzer/Core/ExprEngine.cpp
  153       Out << "\"stmt_id\": " << S->getID(getASTContext());
tools/clang/lib/StaticAnalyzer/Core/MemRegion.cpp
  459   os << "alloca{S" << Ex->getID(getContext()) << ',' << Cnt << '}';
  483   os << "{ S" << CL->getID(getContext()) <<  " }";
  488      << "S" << Ex->getID(getContext()) << '}';
tools/clang/lib/StaticAnalyzer/Core/SymbolManager.cpp
   88     os << ", S" << S->getID(LCtx->getDecl()->getASTContext());