Lines Matching refs:PDecl
607 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
608 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()
878 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
879 if (PDecl == TargetPDecl) in migrateProtocolConformance()
881 if (PDecl->lookupProtocolNamed( in migrateProtocolConformance()
1864 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { in HandleTranslationUnit() local
1865 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()
1866 if (canModify(PDecl)) in HandleTranslationUnit()
1867 migrateObjCContainerDecl(Ctx, PDecl); in HandleTranslationUnit()