Home | History | Annotate | Download | only in AST

Lines Matching full:bits2

900     unsigned Bits2 = Field2->getBitWidthValue(Context.C2);
902 if (Bits1 != Bits2) {
907 << Field2->getDeclName() << Field2->getType() << Bits2;