Home | History | Annotate | Download | only in Sema

Lines Matching refs:ConstantT

5373     QualType ConstantT = Constant->getType();
5376 if (S.Context.hasSameUnqualifiedType(OtherT, ConstantT))
5378 assert((OtherT->isIntegerType() && ConstantT->isIntegerType()) &&
5381 bool ConstantSigned = ConstantT->isSignedIntegerType();
5420 if (S.Context.getIntWidth(ConstantT) ==