Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanTy

7015         QualType CanTy = Context.getCanonicalType(Conv->getConversionType());
7016 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>())
7017 CanTy = ResTypeRef->getPointeeType();
7022 if (CanTy.isRestrictQualified())
7024 if (const PointerType *ResTypePtr = CanTy->getAs<PointerType>())
7025 CanTy = ResTypePtr->getPointeeType();
7027 CanTy->getAs<MemberPointerType>())
7028 CanTy = ResTypeMPtr->getPointeeType();
7031 if (CanTy.isVolatileQualified())