Home | History | Annotate | Download | only in Sema

Lines Matching refs:DstType

8968 static void MakeObjCStringLiteralFixItHint(Sema& SemaRef, QualType DstType,
8973 const ObjCObjectPointerType *PT = DstType->getAs<ObjCObjectPointerType>();
8995 QualType DstType, QualType SrcType,
9014 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9019 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9023 MakeObjCStringLiteralFixItHint(*this, DstType, SrcExpr, Hint);
9025 CheckInferredResultType = DstType->isObjCObjectPointerType() &&
9028 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9043 Qualifiers rhq = DstType->getPointeeType().getQualifiers();
9068 IsStringLiteralToNonConstPointerConversion(SrcExpr, DstType))
9094 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
9105 FirstType = DstType;
9116 SecondType = DstType;