Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance
449 EmitCompoundStmt(cast<CompoundStmt>(*S)); in EmitSimpleStmt()485 Address CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
446 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
969 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
3312 Address EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
2476 Address RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()