Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ChooseExpr

434   CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
1469 return VisitChooseExpr(cast<ChooseExpr>(S), asc);
1912 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
4140 void VisitChooseExpr(ChooseExpr *C) {
4569 E = cast<ChooseExpr>(Terminator)->getCond();