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

References

tools/clang/lib/StaticAnalyzer/Core/ExprEngineObjC.cpp
  116   ProgramStateRef state = Pred->getState();
  117   SVal collectionV = state->getSVal(collection, Pred->getLocationContext());
  123     elementV = state->getLValue(elemD, Pred->getLocationContext());
  125     elementV = state->getSVal(elem, Pred->getLocationContext());
  131   evalLocation(dstLocation, S, elem, Pred, state, elementV, false);
  134   StmtNodeBuilder Bldr(Pred, Tmp, *currBldrCtx);