Searched refs:CompoundStmtBits (Results 1 – 2 of 2) sorted by relevance
369 CompoundStmtBits.NumStmts = Stmts.size(); in CompoundStmt()370 CompoundStmtBits.HasFPFeatures = FPFeatures.requiresTrailingStorage(); in CompoundStmt()377 assert(CompoundStmtBits.NumStmts == Stmts.size() && in setStmts()399 New->CompoundStmtBits.NumStmts = NumStmts; in CreateEmpty()400 New->CompoundStmtBits.HasFPFeatures = HasFPFeatures; in CreateEmpty()
1202 CompoundStmtBitfields CompoundStmtBits; in alignas() member1629 return CompoundStmtBits.NumStmts; in numTrailingObjects()1642 CompoundStmtBits.NumStmts = 0; in CompoundStmt()1643 CompoundStmtBits.HasFPFeatures = 0; in CompoundStmt()1650 bool body_empty() const { return CompoundStmtBits.NumStmts == 0; } in body_empty()1651 unsigned size() const { return CompoundStmtBits.NumStmts; } in size()1653 bool hasStoredFPFeatures() const { return CompoundStmtBits.HasFPFeatures; } in hasStoredFPFeatures()