Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SwitchStmt

402   CFGBlock *VisitSwitchStmt(SwitchStmt *S);
1472 return VisitSwitchStmt(cast<SwitchStmt>(S));
2909 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) {
2997 // Finally, if the SwitchStmt contains a condition variable, add both the
2998 // SwitchStmt and the condition variable initialization to the CFG.
3787 if (const SwitchStmt *S =
3788 dyn_cast_or_null<SwitchStmt>(From->getTerminator().getStmt())) {
3853 cast<SwitchStmt>(stmt)->getConditionVariable();
3968 void VisitSwitchStmt(SwitchStmt *Terminator) {
4419 E = cast<SwitchStmt>(Terminator)->getCond();