Home | History | Annotate | Download | only in Sema

Lines Matching refs:hasSameType

400   if (!Context.hasSameType(PIDecl->getType(), PDecl->getType())) {
1064 if (!Context.hasSameType(PropertyIvarType, IvarType)) {
1384 bool compat = Context.hasSameType(PropertyIvarType, GetterType);