Home | History | Annotate | Download | only in AST

Lines Matching refs:Bits2

901     unsigned Bits2 = Field2->getBitWidthValue(Context.C2);
903 if (Bits1 != Bits2) {
908 << Field2->getDeclName() << Field2->getType() << Bits2;