Searched refs:ExprWithCleanupsBits (Results 1 – 4 of 4) sorted by relevance
1034 ExprWithCleanupsBits.CleanupsHaveSideEffects = CleanupsHaveSideEffects; in ExprWithCleanups()1035 ExprWithCleanupsBits.NumObjects = objects.size(); in ExprWithCleanups()1051 ExprWithCleanupsBits.NumObjects = numObjects; in ExprWithCleanups()
2969 unsigned getNumObjects() const { return ExprWithCleanupsBits.NumObjects; } in getNumObjects()2979 return ExprWithCleanupsBits.CleanupsHaveSideEffects; in cleanupsHaveSideEffects()
266 ExprWithCleanupsBitfields ExprWithCleanupsBits; in LLVM_ALIGNAS() member
1462 E->ExprWithCleanupsBits.CleanupsHaveSideEffects = Record[Idx++]; in VisitExprWithCleanups()