Home | History | Annotate | Download | only in Sema

Lines Matching refs:isObjCObjectType

1233   return T->isObjCObjectType() || T->isObjCObjectPointerType() ||
3618 (!IsArrow && BaseType->isObjCObjectType())) {