Lines Matching defs:PDecl
1981 ObjCProtocolDecl *PDecl = this;
1984 return PDecl;
1987 if ((PDecl = I->lookupProtocolNamed(Name)))
1988 return PDecl;
2041 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
2042 for (auto *Prop : PDecl->properties()) {
2049 for (const auto *PI : PDecl->protocols())
2057 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
2058 if (!PS.insert(PDecl).second)
2060 for (auto *Prop : PDecl->properties()) {
2069 for (const auto *PI : PDecl->protocols())