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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCallAndReturn.cpp
  603   const Expr *E = Call.getOriginExpr();
  608   if (const ObjCMethodCall *Msg = dyn_cast<ObjCMethodCall>(&Call)) {
  619   } else if (const CXXConstructorCall *C = dyn_cast<CXXConstructorCall>(&Call)){
  626   QualType ResultTy = Call.getResultType();
  631     assert(RTC->getStmt() == Call.getOriginExpr());
  634         prepareForObjectConstruction(Call.getOriginExpr(), State, LCtx,
  648                                      &Call, &ITraits);