Home | History | Annotate | Download | only in AST

Lines Matching refs:PDecl

1806   ObjCProtocolDecl *PDecl = this;
1809 return PDecl;
1812 if ((PDecl = I->lookupProtocolNamed(Name)))
1813 return PDecl;
1856 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
1857 for (auto *Prop : PDecl->properties()) {
1865 for (const auto *PI : PDecl->protocols())
1874 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
1876 for (auto *Prop : PDecl->properties()) {
1880 PM[PDecl] = Prop;
1887 for (const auto *PI : PDecl->protocols())