Lines Matching refs:PDecl
609 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
610 for (const auto *Property : PDecl->instance_properties()) { in ClassImplementsAllMethodsAndProperties()
636 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
637 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
639 for (const auto *MD : PDecl->methods()) { in ClassImplementsAllMethodsAndProperties()
868 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
869 if (PDecl == TargetPDecl) in migrateProtocolConformance()
871 if (PDecl->lookupProtocolNamed( in migrateProtocolConformance()
1857 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { in HandleTranslationUnit() local
1858 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()
1859 if (canModify(PDecl)) in HandleTranslationUnit()
1860 migrateObjCContainerDecl(Ctx, PDecl); in HandleTranslationUnit()