Searched refs:getExplicitProperty (Results 1 – 17 of 17) sorted by relevance
63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()584 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()621 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()650 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()691 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()833 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()840 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
63 return PropE->getExplicitProperty(); in getBestPropertyDecl()
3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()4194 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
15141 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()15578 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()15603 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
8970 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
13954 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
703 ObjCPropertyDecl *getExplicitProperty() const { in getExplicitProperty() function721 return getExplicitProperty()->getGetterName(); in getGetterSelector()727 return getExplicitProperty()->getSetterName(); in getSetterSelector()
292 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1125 return RefExpr->getExplicitProperty(); in getAccessedProperty()
1164 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
2204 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
1345 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
1080 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1373 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()