Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CompoundStmt

275   case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break;
294 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
306 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S,
310 for (CompoundStmt::const_body_iterator I = S.body_begin(),
1273 if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
1276 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end();