Searched refs:setSource (Results 1 – 6 of 6) sorted by relevance
23 - (void)setSource:(MKMapItem *)source NS_AVAILABLE(10_9, 7_0);
1284 CurrStates->setSource(Cond); in splitState()1285 FalseStates->setSource(Cond); in splitState()1290 CurrStates->setSource(PInfo.testSourceNode()); in splitState()1291 FalseStates->setSource(PInfo.testSourceNode()); in splitState()1314 CurrStates->setSource(BinOp); in splitState()1315 FalseStates->setSource(BinOp); in splitState()1428 CurrStates->setSource(nullptr); in run()
180 void setSource(const Stmt *Source) { this->From = Source; } in setSource() function
252 void setSource(Value *Ptr) { in setSource() function
2890 II.setSource(AdjustedPtr); in visitMemTransferInst()