Home | History | Annotate | Download | only in AST

Lines Matching refs:PID

106       const ObjCProtocolDecl *PID = cast<ObjCProtocolDecl>(this);
107 for (ObjCProtocolDecl::protocol_iterator I = PID->protocol_begin(),
108 E = PID->protocol_end(); I != E; ++I)
978 ObjCPropertyImplDecl *PID = *i;
979 if (PID->getPropertyIvarDecl() &&
980 PID->getPropertyIvarDecl()->getIdentifier() == ivarId)
981 return PID;
993 ObjCPropertyImplDecl *PID = *i;
994 if (PID->getPropertyDecl()->getIdentifier() == Id)
995 return PID;