Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

1381       assert(S.Context.hasSameType(
2307 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2322 if (Context.hasSameType(FromFunctionType->getResultType(),
2332 if (Context.hasSameType(RHS,LHS)) {
2350 if (Context.hasSameType(FromArgType, ToArgType)) {
2420 if (Context.hasSameType(FromType, ToType)) {
2450 if (!Context.hasSameType(FromFunction->getResultType(),
2481 if (!Context.hasSameType(*O, *N)) {
2494 if (!Context.hasSameType(ToType, FromType)) {
3291 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result
3398 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) {
3740 if (S.Context.hasSameType(FromType1, FromType2) &&
4715 if (!Context.hasSameType(From->getType(), DestType))
8169 assert(S.Context.hasSameType(Param, NonCanonParam));
11077 assert(Context.hasSameType(ICE->getSubExpr()->getType(),