Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetLast

190 /// EmitCompoundStmt - Emit a compound statement {..} node.  If GetLast is true,
193 RValue CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
201 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
204 RValue CodeGenFunction::EmitCompoundStmtWithoutScope(const CompoundStmt &S, bool GetLast,
208 E = S.body_end()-GetLast; I != E; ++I)
212 if (!GetLast)