Home | History | Annotate | Download | only in Sema

Lines Matching refs:PID

1404     ObjCPropertyImplDecl *PID = *i;
1405 if (PID->getPropertyImplementation() != ObjCPropertyImplDecl::Synthesize)
1408 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
1418 Diag(PID->getLocation(), diag::err_ownin_getter_rule);
1420 Diag(PID->getLocation(), diag::warn_ownin_getter_rule);