Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcType

1118 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,
1126 if (!Context.hasSameType(SrcType, DstType) &&
1127 SrcType->isIntegerType()) {