Home | History | Annotate | Download | only in AST

Lines Matching full:bitwidth

2884   Expr *BitWidth = Importer.Import(D->getBitWidth());
2885 if (!BitWidth && D->getBitWidth())
2891 T, TInfo, BitWidth, D->isMutable(),
3001 Expr *BitWidth = Importer.Import(D->getBitWidth());
3002 if (!BitWidth && D->getBitWidth())
3010 BitWidth, D->getSynthesize());