Home | History | Annotate | Download | only in AST

Lines Matching full:bitwidth

3212   Expr *BitWidth = Importer.Import(D->getBitWidth());
3213 if (!BitWidth && D->getBitWidth())
3219 T, TInfo, BitWidth, D->isMutable(),
3342 Expr *BitWidth = Importer.Import(D->getBitWidth());
3343 if (!BitWidth && D->getBitWidth())
3351 BitWidth, D->getSynthesize());