Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance
442 EmitCompoundStmt(cast<CompoundStmt>(*S)); in EmitSimpleStmt()478 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
438 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
966 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
3227 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
2460 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()