clang 23.0.0git
ExprEngineObjC.cpp File Reference

Go to the source code of this file.

Functions

static void populateObjCForDestinationSet (ExplodedNodeSet &dstLocation, SValBuilder &svalBuilder, const ObjCForCollectionStmt *S, ConstCFGElementRef elem, SVal elementV, SymbolManager &SymMgr, unsigned NumVisitedCurrent, NodeBuilder &Bldr, bool hasElements)
 Generate a node in Bldr for an iteration statement using ObjC for-loop iterator.

Function Documentation

◆ populateObjCForDestinationSet()

void populateObjCForDestinationSet ( ExplodedNodeSet & dstLocation,
SValBuilder & svalBuilder,
const ObjCForCollectionStmt * S,
ConstCFGElementRef elem,
SVal elementV,
SymbolManager & SymMgr,
unsigned NumVisitedCurrent,
NodeBuilder & Bldr,
bool hasElements )
static