Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

5058       if (Context.hasSameType(ET, DestTy))
5087 if (Context.hasSameType(ET, DestTy))
5510 if (S.Context.hasSameType(LHSTy, RHSTy)) {
5817 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
5822 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
5828 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
5833 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
5839 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
5844 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
6093 && Context.hasSameType(commonExpr->getType(), RHSExpr->getType()))) {
6470 Context.hasSameType(LHSType,
6553 Context.hasSameType(RHSType,
6858 if (Context.hasSameType(LHSType, RHSType))
10738 !Context.hasSameType(VaListType, E->getType())) {