Searched refs:ExprWithCleanupsBits (Results 1 – 4 of 4) sorted by relevance
1367 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()1368 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1384 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
3448 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()3456 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
1074 ExprWithCleanupsBitfields ExprWithCleanupsBits; member
1946 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()