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