Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitSwitchStmt

137   case Stmt::SwitchStmtClass:   EmitSwitchStmt(cast<SwitchStmt>(*S));     break;
1468 void CodeGenFunction::EmitSwitchStmt(const SwitchStmt &S) {