Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanTy

6439         QualType CanTy = Context.getCanonicalType(Conv->getConversionType());
6440 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>())
6441 CanTy = ResTypeRef->getPointeeType();
6446 if (CanTy.isRestrictQualified())
6448 if (const PointerType *ResTypePtr = CanTy->getAs<PointerType>())
6449 CanTy = ResTypePtr->getPointeeType();
6451 CanTy->getAs<MemberPointerType>())
6452 CanTy = ResTypeMPtr->getPointeeType();
6455 if (CanTy.isVolatileQualified())