Home | History | Annotate | Download | only in Sema

Lines Matching refs:PDecl

394 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl,
399 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
401 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
404 for (const auto *I : PDecl->protocols()) {