Searched refs:BitfieldWidth (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 3267 Declarator &D, Expr *BitfieldWidth); 3270 Declarator &D, Expr *BitfieldWidth, 3275 Expr *BitfieldWidth, 3283 bool Mutable, Expr *BitfieldWidth, 3352 Declarator &D, Expr *BitfieldWidth, 7295 Expr *BitfieldWidth, const VirtSpecifiers &VS,
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaDecl.cpp | 17355 Declarator &D, Expr *BitfieldWidth) { in ActOnField() argument 17357 DeclStart, D, static_cast<Expr*>(BitfieldWidth), in ActOnField() 17735 Declarator &D, Expr *BitfieldWidth, in ActOnIvar() argument 17739 Expr *BitWidth = (Expr*)BitfieldWidth; in ActOnIvar() 17804 TInfo, ac, (Expr *)BitfieldWidth); in ActOnIvar()
|