Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:GetLast

225 /// EmitCompoundStmt - Emit a compound statement {..} node.  If GetLast is true,
228 llvm::Value* CodeGenFunction::EmitCompoundStmt(const CompoundStmt &S, bool GetLast,
236 return EmitCompoundStmtWithoutScope(S, GetLast, AggSlot);
241 bool GetLast,
245 E = S.body_end()-GetLast; I != E; ++I)
249 if (GetLast) {