Home | History | Annotate | Download | only in Sema

Lines Matching full:classtype

1080   const ObjCObjectType *ClassType = ReceiverType->getAs<ObjCObjectType>();
1081 if (!ClassType || !(Class = ClassType->getInterface())) {