Home | History | Annotate | Download | only in Sema

Lines Matching full:bitwidth

1797   Expr *BitWidth = static_cast<Expr*>(BW);
1961 BitWidth, InitStyle, AS, MSPropertyAttr);
1967 BitWidth, InitStyle, AS);
1978 if (BitWidth) {
1985 << Name << BitWidth->getSourceRange();
1989 << Name << BitWidth->getSourceRange();
1995 << BitWidth->getSourceRange();
1998 BitWidth = 0;
12429 Declarator &D, Expr *BitWidth,