Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DStmt.h87 enum { NumStmtBits = 8 }; in LLVM_ALIGNAS() enumerator
91 unsigned : NumStmtBits; in LLVM_ALIGNAS()
93 unsigned NumStmts : 32 - NumStmtBits; in LLVM_ALIGNAS()
118 unsigned : NumStmtBits; in LLVM_ALIGNAS()