Home | History | Annotate | Download | only in AST

Lines Matching full:bitwidth

2993   Expr *BitWidth = Importer.Import(D->getBitWidth());
2994 if (!BitWidth && D->getBitWidth())
3000 T, TInfo, BitWidth, D->isMutable(),
3118 Expr *BitWidth = Importer.Import(D->getBitWidth());
3119 if (!BitWidth && D->getBitWidth())
3127 BitWidth, D->getSynthesize());