Home | History | Annotate | Download | only in AST

Lines Matching defs:PDecl

1522   ObjCProtocolDecl *PDecl = this;
1525 return PDecl;
1528 if ((PDecl = I->lookupProtocolNamed(Name)))
1529 return PDecl;
1572 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
1573 for (auto *Prop : PDecl->properties()) {
1579 for (const auto *PI : PDecl->protocols())
1588 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
1590 for (auto *Prop : PDecl->properties()) {
1594 PM[PDecl] = Prop;
1601 for (const auto *PI : PDecl->protocols())