Searched refs:EmitCompoundStmt (Results 1 - 5 of 5) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp210 case Stmt::CompoundStmtClass: EmitCompoundStmt(cast<CompoundStmt>(*S)); break;
225 /// EmitCompoundStmt - Emit a compound statement {..} node. If GetLast is true,
228 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast, function in class:CodeGenFunction
H A DCGExprComplex.cpp380 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(), true);
H A DCGExprAgg.cpp760 CGF.EmitCompoundStmt(*E->getSubStmt(), true, Dest);
H A DCodeGenFunction.h1847 llvm::Value *EmitCompoundStmt(const CompoundStmt &S, bool GetLast = false,
H A DCGExprScalar.cpp1507 llvm::Value *RetAlloca = CGF.EmitCompoundStmt(*E->getSubStmt(),

Completed in 110 milliseconds