Searched refs:AggregatedStmts (Results 1 – 1 of 1) sorted by relevance
1306 SmallVector<Stmt*, 16> AggregatedStmts; member in __anonba83d5a10311::AssignmentMemcpyizer1321 AggregatedStmts.push_back(S); in emitAssignment()1329 if (AggregatedStmts.size() <= 1) { in emitAggregatedStmts()1330 if (!AggregatedStmts.empty()) { in emitAggregatedStmts()1332 CGF.EmitStmt(AggregatedStmts[0]); in emitAggregatedStmts()1338 AggregatedStmts.clear(); in emitAggregatedStmts()