Lines Matching refs:PID
277 const auto *PID = cast<ObjCProtocolDecl>(this); in FindPropertyDeclaration() local
278 for (const auto *I : PID->protocols()) in FindPropertyDeclaration()
2176 for (auto *PID : property_impls()) in FindPropertyImplIvarDecl() local
2177 if (PID->getPropertyIvarDecl() && in FindPropertyImplIvarDecl()
2178 PID->getPropertyIvarDecl()->getIdentifier() == ivarId) in FindPropertyImplIvarDecl()
2179 return PID; in FindPropertyImplIvarDecl()
2190 for (auto *PID : property_impls()) in FindPropertyImplDecl() local
2193 if (PID->getPropertyDecl()->getIdentifier() == Id) { in FindPropertyImplDecl()
2195 !PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2197 PID->getPropertyDecl()->isClassProperty()) || in FindPropertyImplDecl()
2199 !PID->getPropertyDecl()->isClassProperty())) in FindPropertyImplDecl()
2200 return PID; in FindPropertyImplDecl()
2202 if (PID->getPropertyDecl()->isClassProperty()) in FindPropertyImplDecl()
2203 ClassPropImpl = PID; in FindPropertyImplDecl()