Lines Matching refs:PDecl
1220 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc); in ParseObjCProtocolExpression() local
1221 if (!PDecl) { in ParseObjCProtocolExpression()
1225 if (PDecl->hasDefinition()) in ParseObjCProtocolExpression()
1226 PDecl = PDecl->getDefinition(); in ParseObjCProtocolExpression()
1232 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc); in ParseObjCProtocolExpression()
1859 if (const ObjCPropertyDecl *PDecl = Setter->findPropertyDecl()) { in HandleExprPropertyRefExpr() local
1862 if (!(PDecl->getPropertyAttributes() & ObjCPropertyDecl::OBJC_PR_setter)) in HandleExprPropertyRefExpr()
1865 << MemberName << QualType(OPT, 0) << PDecl->getName() in HandleExprPropertyRefExpr()
1866 << FixItHint::CreateReplacement(MemberLoc, PDecl->getName()); in HandleExprPropertyRefExpr()
3810 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast() local
3811 SrcType = PDecl->getType(); in CheckObjCBridgeRelatedCast()
3974 if (const ObjCPropertyDecl *PDecl = in CheckObjCBridgeRelatedConversions() local
3978 ExpressionString += PDecl->getNameAsString(); in CheckObjCBridgeRelatedConversions()