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

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

Completed in 83 milliseconds