Lines Matching refs:SwitchStmt
605 CFGBlock *VisitSwitchStmt(SwitchStmt *S);
2325 return VisitSwitchStmt(cast<SwitchStmt>(S));
4044 CFGBlock *CFGBuilder::VisitSwitchStmt(SwitchStmt *Terminator) {
4135 // If the SwitchStmt contains a condition variable, add both the
4136 // SwitchStmt and the condition variable initialization to the CFG.
4146 // Finally, if the SwitchStmt contains a C++17 init-stmt, add it to the CFG.
5099 if (const SwitchStmt *S =
5100 dyn_cast_or_null<SwitchStmt>(From->getTerminatorStmt())) {
5167 cast<SwitchStmt>(stmt)->getConditionVariable();
5278 void VisitSwitchStmt(SwitchStmt *Terminator) {
5995 E = cast<SwitchStmt>(Terminator)->getCond();