Lines Matching refs:PDecl
1225 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
1226 if (!PDecl) { in ParseObjCProtocolExpression()
1230 if (!PDecl->hasDefinition()) { in ParseObjCProtocolExpression()
1231 Diag(ProtoLoc, diag::err_atprotocol_protocol) << PDecl; in ParseObjCProtocolExpression()
1232 Diag(PDecl->getLocation(), diag::note_entity_declared_at) << PDecl; in ParseObjCProtocolExpression()
1234 PDecl = PDecl->getDefinition(); in ParseObjCProtocolExpression()
1241 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
1901 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() local
1904 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()
1907 << MemberName << QualType(OPT, 0) << PDecl->getName() in HandleExprPropertyRefExpr()
1908 << FixItHint::CreateReplacement(MemberLoc, PDecl->getName()); in HandleExprPropertyRefExpr()
3969 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast() local
3970 SrcType = PDecl->getType(); in CheckObjCBridgeRelatedCast()
4135 if (const ObjCPropertyDecl *PDecl = in CheckObjCBridgeRelatedConversions() local
4139 ExpressionString += PDecl->getNameAsString(); in CheckObjCBridgeRelatedConversions()