Home | History | Annotate | Download | only in Sema

Lines Matching refs:SrcType

1158 Sema::DiagnoseAssignmentEnum(QualType DstType, QualType SrcType,
1164 if (!Context.hasSameUnqualifiedType(SrcType, DstType) &&
1165 SrcType->isIntegerType()) {