Searched refs:NumObjects (Results 1 – 4 of 4) sorted by relevance
1119 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1134 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
1402 unsigned NumObjects = Record[Idx++]; in VisitExprWithCleanups() local1403 assert(NumObjects == E->getNumObjects()); in VisitExprWithCleanups()1404 for (unsigned i = 0; i != NumObjects; ++i) in VisitExprWithCleanups()
2764 ExprWithCleanups(EmptyShell, unsigned NumObjects);2786 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()
239 unsigned NumObjects : 32 - NumExprBits; variable