Searched refs:getExplicitProperty (Results 1 – 18 of 18) 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()
64 return PropE->getExplicitProperty(); in getBestPropertyDecl()
3697 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()4185 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
16527 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()16965 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()16990 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
9270 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
14437 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()
296 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
618 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1091 return RefExpr->getExplicitProperty(); in getAccessedProperty()
1203 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
2284 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
1360 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
1230 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1369 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()
4709 return PRE->getExplicitProperty(); in getDeclFromExpr()