Searched refs:AggregatedStmts (Results 1 – 1 of 1) sorted by relevance
1224 SmallVector<Stmt*, 16> AggregatedStmts; member in __anon79f44e7e0311::AssignmentMemcpyizer1238 AggregatedStmts.push_back(S); in emitAssignment()1246 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()1247 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()1249 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()1256 AggregatedStmts.clear(); in emitAggregatedStmts()