Lines Matching refs:RTy
4356 } else if (const RecordType *RTy = PointeeTy->getAs<RecordType>()) {
4358 if (RTy->getDecl()->getIdentifier() == &Idents.get("objc_class")) {
4363 if (RTy->getDecl()->getIdentifier() == &Idents.get("objc_object")) {
4413 if (const RecordType *RTy = T->getAs<RecordType>()) {
4414 RecordDecl *RDecl = RTy->getDecl();