Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h258 IfStmtBitfields IfStmtBits; in LLVM_ALIGNAS() member
933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; } in isConstexpr()
934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; } in setConstexpr()