Searched refs:EmitCompoundStmt (Results 1 – 5 of 5) sorted by relevance
247 case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break; in EmitSimpleStmt()266 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, in EmitCompoundStmt() function in CodeGenFunction
765 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest); in VisitStmtExpr()
388 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true); in VisitStmtExpr()
1946 llvm::Value *EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
1601 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), in VisitStmtExpr()