Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

1486       assert(S.Context.hasSameType(
2430 if (Context.hasSameType(FromPointeeType, ToPointeeType))
2445 if (Context.hasSameType(FromFunctionType->getResultType(),
2455 if (Context.hasSameType(RHS,LHS)) {
2473 if (Context.hasSameType(FromArgType, ToArgType)) {
2543 if (Context.hasSameType(FromType, ToType)) {
2573 if (!Context.hasSameType(FromFunction->getResultType(),
2604 if (!Context.hasSameType(*O, *N)) {
2617 if (!Context.hasSameType(ToType, FromType)) {
3412 return Context.hasSameType(SCS1.getToType(2), SCS2.getToType(2))? Result
3519 !S.Context.hasSameType(SCS1.getFromType(), SCS2.getFromType())) {
3861 if (S.Context.hasSameType(FromType1, FromType2) &&
4834 if (!Context.hasSameType(From->getType(), DestType))
8388 assert(S.Context.hasSameType(Param, NonCanonParam));
11475 assert(Context.hasSameType(ICE->getSubExpr()->getType(),