Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:SwitchStmt

141   case Stmt::SwitchStmtClass:   EmitSwitchStmt(cast<SwitchStmt>(*S));     break;
1370 static bool FindCaseStatementsForValue(const SwitchStmt &S,
1423 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) {