Home | History | Annotate | Download | only in Analysis

Lines Matching refs:SwitchStmt

480   CFGBlock *VisitSwitchStmt(SwitchStmt *S);
1597 return VisitSwitchStmt(cast<SwitchStmt>(S));
3053 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) {
3141 // Finally, if the SwitchStmt contains a condition variable, add both the
3142 // SwitchStmt and the condition variable initialization to the CFG.
3945 if (const SwitchStmt *S =
3946 dyn_cast_or_null<SwitchStmt>(From->getTerminator().getStmt())) {
4011 cast<SwitchStmt>(stmt)->getConditionVariable();
4125 void VisitSwitchStmt(SwitchStmt *Terminator) {
4577 E = cast<SwitchStmt>(Terminator)->getCond();