Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcType

11852                                     QualType DstType, QualType SrcType,
11871 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
11876 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11881 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11890 SrcType->isObjCObjectPointerType();
11892 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11895 SrcType = SrcType.getUnqualifiedType();
11908 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);
11910 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
11950 if (SrcType->isObjCQualifiedIdType()) {
11952 SrcType->getAs<ObjCObjectPointerType>();
11969 SrcType->getAs<ObjCObjectPointerType>()->getInterfaceType())
11989 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
12002 SecondType = SrcType;
12012 FirstType = SrcType;