Searched refs:BitfieldWidth (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/clang/include/clang/Sema/ |
| H A D | Sema.h | 3352 Declarator &D, Expr *BitfieldWidth); 3355 Declarator &D, Expr *BitfieldWidth, 3360 Expr *BitfieldWidth, 3368 bool Mutable, Expr *BitfieldWidth, 3437 Declarator &D, Expr *BitfieldWidth, 7541 Expr *BitfieldWidth, const VirtSpecifiers &VS,
|
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 17818 Declarator &D, Expr *BitfieldWidth) { in ActOnField() argument 17820 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField() 18198 Declarator &D, Expr *BitfieldWidth, in ActOnIvar() argument 18202 Expr *BitWidth = (Expr*)BitfieldWidth; in ActOnIvar() 18267 TInfo, ac, (Expr *)BitfieldWidth); in ActOnIvar()
|