Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

2244     if (!Context.hasSameType(BeginType, EndType)) {
2278 if (!Context.hasSameType(BeginType, EndType))
2793 !Context.hasSameType(AT->getDeducedType(), NewAT->getDeducedType())) {