Searched refs:AggregatedStmts (Results 1 – 1 of 1) sorted by relevance
1177 SmallVector<Stmt*, 16> AggregatedStmts; member in __anon7d8fdd600311::AssignmentMemcpyizer1192 AggregatedStmts.push_back(S); in emitAssignment()1200 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()1201 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()1203 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()1209 AggregatedStmts.clear(); in emitAggregatedStmts()