Home | History | Annotate | Download | only in Sema

Lines Matching refs:CanTy

6324         QualType CanTy = Context.getCanonicalType(Conv->getConversionType());
6325 if (const ReferenceType *ResTypeRef = CanTy->getAs<ReferenceType>())
6326 CanTy = ResTypeRef->getPointeeType();
6331 if (const PointerType *ResTypePtr = CanTy->getAs<PointerType>())
6332 CanTy = ResTypePtr->getPointeeType();
6334 CanTy->getAs<MemberPointerType>())
6335 CanTy = ResTypeMPtr->getPointeeType();
6338 if (CanTy.isVolatileQualified())
6340 if (CanTy.isRestrictQualified())