Lines Matching refs:PDecl
1106 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
1107 if (!PDecl) { in ParseObjCProtocolExpression()
1111 if (PDecl->hasDefinition()) in ParseObjCProtocolExpression()
1112 PDecl = PDecl->getDefinition(); in ParseObjCProtocolExpression()
1118 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
1612 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() local
1615 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()
1618 << MemberName << QualType(OPT, 0) << PDecl->getName() in HandleExprPropertyRefExpr()
1619 << FixItHint::CreateReplacement(MemberLoc, PDecl->getName()); in HandleExprPropertyRefExpr()
3528 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast() local
3529 SrcType = PDecl->getType(); in CheckObjCBridgeRelatedCast()
3682 if (const ObjCPropertyDecl *PDecl = InstanceMethod->findPropertyDecl()) { in CheckObjCBridgeRelatedConversions() local
3685 ExpressionString += PDecl->getNameAsString(); in CheckObjCBridgeRelatedConversions()