Searched refs:ExprWithCleanupsBits (Results 1 – 4 of 4) sorted by relevance
1297 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()1298 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1314 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
3375 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()3383 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
1059 ExprWithCleanupsBitfields ExprWithCleanupsBits; in alignas() member
1949 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record.readInt(); in VisitExprWithCleanups()