Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

354     if (!Context.hasSameType(T, UnqualT)) {
1594 if (Context.hasSameType(Fn->getType(), ExpectedFunctionType))
2099 if (!Context.hasSameType(Ex.get()->getType(), Context.VoidPtrTy))
2486 if (Context.hasSameType(FromType, Context.OverloadTy)) {
2804 if (Context.hasSameType(ToAtomic->getValueType(), From->getType()))
3444 return Self.Context.hasSameType(LhsT, RhsT);
4093 if (!Context.hasSameType(LTy, RTy) &&
4132 bool Same = Context.hasSameType(LTy, RTy);
4409 if (!Context.hasSameType(Composite1, Composite2)) {