Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetLast

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