Searched refs:numObjects (Results 1 – 2 of 2) sorted by relevance
1447 ExprWithCleanups::ExprWithCleanups(EmptyShell empty, unsigned numObjects) in ExprWithCleanups() argument1449 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()1454 unsigned numObjects) { in Create() argument1455 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(numObjects), in Create()1457 return new (buffer) ExprWithCleanups(empty, numObjects); in Create()
3617 unsigned numObjects);