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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
   45   if (const CXXConstructorCall *Ctor = dyn_cast<CXXConstructorCall>(&Call)) {
   52     assert(cast<CXXMethodDecl>(Call.getDecl())->isTrivial());
   53     assert(cast<CXXMethodDecl>(Call.getDecl())->getOverloadedOperator() ==
   55     ThisVal = cast<CXXInstanceCall>(Call).getCXXThisVal();
   56     ThisRD = cast<CXXMethodDecl>(Call.getDecl())->getParent();
   73   SVal V = Call.getArgSVal(0);
   82   const Expr *CallExpr = Call.getOriginExpr();
   92       State = bindReturnValue(Call, LCtx, State);