Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ChooseExpr

357   CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
1344 return VisitChooseExpr(cast<ChooseExpr>(S), asc);
1787 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
3983 void VisitChooseExpr(ChooseExpr *C) {
4411 E = cast<ChooseExpr>(Terminator)->getCond();