Home | History | Annotate | Download | only in Analysis

Lines Matching refs:ChooseExpr

356   CFGBlock *VisitChooseExpr(ChooseExpr *C, AddStmtChoice asc);
1083 return VisitChooseExpr(cast<ChooseExpr>(S), asc);
1502 CFGBlock *CFGBuilder::VisitChooseExpr(ChooseExpr *C,
3623 void VisitChooseExpr(ChooseExpr *C) {
3998 E = cast<ChooseExpr>(Terminator)->getCond();