Searched refs:BitfieldWidth (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 3061 Declarator &D, Expr *BitfieldWidth); 3064 Declarator &D, Expr *BitfieldWidth, 3069 Expr *BitfieldWidth, 3077 bool Mutable, Expr *BitfieldWidth, 3146 Declarator &D, Expr *BitfieldWidth, 6998 Expr *BitfieldWidth, const VirtSpecifiers &VS,
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 16706 Declarator &D, Expr *BitfieldWidth) { in ActOnField() argument 16708 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField() 17088 Declarator &D, Expr *BitfieldWidth, in ActOnIvar() argument 17092 Expr *BitWidth = (Expr*)BitfieldWidth; in ActOnIvar() 17157 TInfo, ac, (Expr *)BitfieldWidth); in ActOnIvar()
|