Searched refs:IfStmtBits (Results 1 – 1 of 1) sorted by relevance
258 IfStmtBitfields IfStmtBits; in LLVM_ALIGNAS() member933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()