Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

211     if (!Context.hasSameType(method->getReturnType(), Context.VoidTy)) {
1216 if (!Context.hasSameType(ImplIvar->getType(), ClsIvar->getType())) {