Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcType

11526                                     QualType DstType, QualType SrcType,
11545 DiagnoseAssignmentEnum(DstType, SrcType, SrcExpr);
11550 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11555 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11564 SrcType->isObjCObjectPointerType();
11566 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11569 SrcType = SrcType.getUnqualifiedType();
11582 if (SrcType->isArrayType()) SrcType = Context.getArrayDecayedType(SrcType);
11584 Qualifiers lhq = SrcType->getPointeeType().getQualifiers();
11624 if (SrcType->isObjCQualifiedIdType()) {
11626 SrcType->getAs<ObjCObjectPointerType>();
11643 SrcType->getAs<ObjCObjectPointerType>()->getInterfaceType())
11657 ConvHints.tryToFixConversion(SrcExpr, SrcType, DstType, *this);
11670 SecondType = SrcType;
11680 FirstType = SrcType;