Lines Matching refs:PDecl
617 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) in ClassImplementsAllMethodsAndProperties() local
618 for (const auto *Property : PDecl->properties()) { in ClassImplementsAllMethodsAndProperties()
645 if (const ObjCProtocolDecl *PDecl = Protocol->getDefinition()) { in ClassImplementsAllMethodsAndProperties() local
646 if (PDecl->meth_begin() == PDecl->meth_end()) in ClassImplementsAllMethodsAndProperties()
648 for (const auto *MD : PDecl->methods()) { in ClassImplementsAllMethodsAndProperties()
889 ObjCProtocolDecl *PDecl = ConformingProtocols[i1]; in migrateProtocolConformance() local
890 if (PDecl == TargetPDecl) in migrateProtocolConformance()
892 if (PDecl->lookupProtocolNamed( in migrateProtocolConformance()
1882 else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) { in HandleTranslationUnit() local
1883 ObjCProtocolDecls.insert(PDecl->getCanonicalDecl()); in HandleTranslationUnit()
1884 if (canModify(PDecl)) in HandleTranslationUnit()
1885 migrateObjCContainerDecl(Ctx, PDecl); in HandleTranslationUnit()