Searched refs:numObjects (Results 1 – 2 of 2) sorted by relevance
1245 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument1247 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()1252 unsigned numObjects) { in Create() argument1253 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()1255 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
3109 unsigned numObjects);