Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcTy

1620   QualType SrcTy, DestTy;
1625 SrcTy = SrcType->getPointeeType();
1631 SrcTy = SrcType;
1636 if (Context.hasSameUnqualifiedType(DestTy, SrcTy)) {
1641 SrcTy->isAnyCharacterType() || SrcTy->isVoidType()) {
1645 if (SrcTy->getAs<TagType>() || DestTy->getAs<TagType>()) {
1650 if ((SrcTy->isUnsignedIntegerType() && DestTy->isSignedIntegerType()) ||
1651 (SrcTy
1652 if (Context.getTypeSize(DestTy) == Context.getTypeSize(SrcTy)) {