Searched refs:ExprWithCleanupsBits (Results 1 – 4 of 4) sorted by relevance
1230 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()1231 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1247 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
3120 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()3128 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
935 ExprWithCleanupsBitfields ExprWithCleanupsBits; in alignas() member
1583 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()