Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance
210 case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break; in EmitSimpleStmt()228 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
380 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
760 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
1847 llvm::Value *EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
1507 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()