Home | History | Annotate | Download | only in Sema

Lines Matching refs:DestType

1442 void Sema::EmitRelatedResultTypeNoteForReturn(QualType destType) {
1447 Context.hasSameUnqualifiedType(destType, MD->getReturnType()))
3816 QualType DestType, QualType SrcType,
3822 QualType T = CfToNs ? SrcType : DestType;
3838 << SrcType << DestType;
3847 << SrcType << DestType;
3860 << SrcType << DestType << Sel << false;
3872 << SrcType << DestType << Sel << true;
3882 QualType DestType, QualType SrcType,
3885 ARCConversionTypeClass lhsExprACTC = classifyTypeForARCConversion(DestType);
3895 if (!checkObjCBridgeRelatedComponents(Loc, DestType, SrcType, RelatedClass,
3909 << SrcType << DestType << ClassMethod->getSelector() << false
3938 << SrcType << DestType << InstanceMethod->getSelector() << true
3948 << SrcType << DestType << InstanceMethod->getSelector() << true