Home | History | Annotate | Download | only in AST

Lines Matching full:bits2

880     unsigned Bits2 = Field2->getBitWidthValue(Context.C2);
882 if (Bits1 != Bits2) {
887 << Field2->getDeclName() << Field2->getType() << Bits2;