Searched refs:NumObjects (Results 1 – 4 of 4) sorted by relevance
1030 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1045 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1393 unsigned NumObjects = Record[Idx++]; in VisitExprWithCleanups() local1394 assert(NumObjects == E->getNumObjects()); in VisitExprWithCleanups()1395 for (unsigned i = 0; i != NumObjects; ++i) in VisitExprWithCleanups()
2938 ExprWithCleanups(EmptyShell, unsigned NumObjects);2960 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
239 unsigned NumObjects : 32 - NumExprBits; variable