Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitGotoStmt

215   case Stmt::GotoStmtClass:     EmitGotoStmt(cast<GotoStmt>(*S));         break;
442 void CodeGenFunction::EmitGotoStmt(const GotoStmt &S) {