Lines Matching defs:PDecl
1983 ObjCProtocolDecl *PDecl = this;
1986 return PDecl;
1989 if ((PDecl = I->lookupProtocolNamed(Name)))
1990 return PDecl;
2043 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
2044 for (auto *Prop : PDecl->properties()) {
2051 for (const auto *PI : PDecl->protocols())
2059 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
2060 if (!PS.insert(PDecl).second)
2062 for (auto *Prop : PDecl->properties()) {
2071 for (const auto *PI : PDecl->protocols())