Home | History | Annotate | Download | only in Sema

Lines Matching refs:ClassType

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