Lines Matching defs:objects
617 // Allocate storage for the trailing objects of CallExpr.
631 // Allocate storage for the trailing objects of CallExpr.
682 // Allocate storage for the trailing objects of CallExpr.
696 // Allocate storage for the trailing objects of CallExpr.
956 // Allocate storage for the trailing objects of CallExpr.
970 // Allocate storage for the trailing objects of CallExpr.
1425 ArrayRef<CleanupObject> objects)
1428 ExprWithCleanupsBits.NumObjects = objects.size();
1429 for (unsigned i = 0, e = objects.size(); i != e; ++i)
1430 getTrailingObjects<CleanupObject>()[i] = objects[i];
1435 ArrayRef<CleanupObject> objects) {
1436 void *buffer = C.Allocate(totalSizeToAlloc<CleanupObject>(objects.size()),
1439 ExprWithCleanups(subexpr, CleanupsHaveSideEffects, objects);
1911 // Allocate storage for the trailing objects of CallExpr.
1925 // Allocate storage for the trailing objects of CallExpr.