Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitSwitchStmt

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