Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DStmt.h104 enum { NumStmtBits = 8 }; enumerator
111 unsigned : NumStmtBits;
128 unsigned : NumStmtBits;
130 unsigned NumStmts : 32 - NumStmtBits;
139 unsigned : NumStmtBits;
148 unsigned : NumStmtBits;
151 unsigned NumAttrs : 32 - NumStmtBits;
161 unsigned : NumStmtBits;
182 unsigned : NumStmtBits;
203 unsigned : NumStmtBits;
[all …]
/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()
98 unsigned : NumStmtBits; in LLVM_ALIGNAS()
126 unsigned : NumStmtBits; in LLVM_ALIGNAS()