Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CompoundStmt

210   case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break;
228 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
240 CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S,
244 for (CompoundStmt::const_body_iterator I = S.body_begin(),
1318 if (const CompoundStmt *CS = dyn_cast<CompoundStmt>(S)) {
1321 CompoundStmt::const_body_iterator I = CS->body_begin(), E = CS->body_end();