Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:EmitForStmt

130   case Stmt::ForStmtClass:      EmitForStmt(cast<ForStmt>(*S));           break;
575 void CodeGenFunction::EmitForStmt(const ForStmt &S) {