Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

3932   if (Context.hasSameType(QualType(Dest, 0), QualType(Source, 0)))
3936 if (!Context.hasSameType(Dest->getElementType(), Source->getElementType()))