Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance
466 EmitCompoundStmt(cast<CompoundStmt>(*S)); in EmitSimpleStmt()502 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
509 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
983 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
3538 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
2712 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()