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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineCXX.cpp
  130       LValue =
  131           makeZeroElementRegion(State, LValue, Ty, CallOpts.IsArrayCtorOrDtor);
  133           addObjectUnderConstruction(State, DSCC->getDeclStmt(), LCtx, LValue);
  134       return std::make_pair(State, LValue);