Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanTy

6853         QualType CanTy = Context.getCanonicalType(Conv->getConversionType());
6854 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>())
6855 CanTy = ResTypeRef->getPointeeType();
6860 if (CanTy.isRestrictQualified())
6862 if (const PointerType *ResTypePtr = CanTy->getAs<PointerType>())
6863 CanTy = ResTypePtr->getPointeeType();
6865 CanTy->getAs<MemberPointerType>())
6866 CanTy = ResTypeMPtr->getPointeeType();
6869 if (CanTy.isVolatileQualified())