Home | History | Annotate | Download | only in AST

Lines Matching refs:PDecl

1403   ObjCProtocolDecl *PDecl = this;
1406 return PDecl;
1409 if ((PDecl = (*I)->lookupProtocolNamed(Name)))
1410 return PDecl;
1454 if (const ObjCProtocolDecl *PDecl = getDefinition()) {
1455 for (ObjCProtocolDecl::prop_iterator P = PDecl->prop_begin(),
1456 E = PDecl->prop_end(); P != E; ++P) {
1463 for (ObjCProtocolDecl::protocol_iterator PI = PDecl->protocol_begin(),
1464 E = PDecl->protocol_end(); PI != E; ++PI)