Lines Matching refs:PDecl
610 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
611 for (const auto *Property : PDecl->instance_properties()) { in ClassImplementsAllMethodsAndProperties()
639 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
640 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
642 for (const auto *MD : PDecl->methods()) { in ClassImplementsAllMethodsAndProperties()
871 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
872 if (PDecl == TargetPDecl) in migrateProtocolConformance()
874 if (PDecl->lookupProtocolNamed( in migrateProtocolConformance()
1863 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { in HandleTranslationUnit() local
1864 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()
1865 if (canModify(PDecl)) in HandleTranslationUnit()
1866 migrateObjCContainerDecl(Ctx, PDecl); in HandleTranslationUnit()