Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

4163       if (Context.hasSameType(ET, DestTy))
4192 if (Context.hasSameType(ET, DestTy))
4560 if (S.Context.hasSameType(LHSTy, RHSTy)) {
4838 (Context.hasSameType(RHSTy, Context.getObjCClassRedefinitionType()))) {
4843 (Context.hasSameType(LHSTy, Context.getObjCClassRedefinitionType()))) {
4849 (Context.hasSameType(RHSTy, Context.getObjCIdRedefinitionType()))) {
4854 (Context.hasSameType(LHSTy, Context.getObjCIdRedefinitionType()))) {
4860 (Context.hasSameType(RHSTy, Context.getObjCSelRedefinitionType()))) {
4865 (Context.hasSameType(LHSTy, Context.getObjCSelRedefinitionType()))) {
5106 && Context.hasSameType(commonExpr->getType(), RHSExpr->getType()))) {
5487 Context.hasSameType(LHSType,
5570 Context.hasSameType(RHSType,
9177 !Context.hasSameType(VaListType, E->getType())) {