Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCObjectType

1243   return T->isObjCObjectType() || T->isObjCObjectPointerType() ||
3740 (!IsArrow && BaseType->isObjCObjectType())) {