Home | History | Annotate | Download | only in Sema

Lines Matching refs:PDecl

377 static Decl *FindGetterSetterNameDeclFromProtocolList(const ObjCProtocolDecl*PDecl,
382 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
384 if (ObjCMethodDecl *OMD = PDecl->getInstanceMethod(Sel))
387 for (ObjCProtocolDecl::protocol_iterator I = PDecl->protocol_begin(),
388 E = PDecl->protocol_end(); I != E; ++I) {