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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  907     SVal FieldLoc = State->getLValue(FieldForCapture, V);
  913       InitVal = State->getSVal(InitExpr, LocCtxt);
  919       InitVal = State->getSVal(SizeExpr, LocCtxt);
  922     State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
  922     State = State->bindLoc(FieldLoc, InitVal, LocCtxt);
  928   SVal LambdaRVal = State->getSVal(R);
  934                     State->BindExpr(LE, LocCtxt, LambdaRVal),