Home
last modified time | relevance | path

Searched refs:CompoundStmtBits (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDStmt.cpp369 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()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDStmt.h1202 CompoundStmtBitfields CompoundStmtBits; in alignas() member
1629 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()