Searched refs:getExplicitProperty (Results 1 – 17 of 17) sorted by relevance
63 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()589 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()626 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()655 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()696 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()838 S.DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()845 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
65 return PropE->getExplicitProperty(); in getBestPropertyDecl()
3702 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()4190 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
18325 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()18761 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()18786 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
9762 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
14720 E->getExplicitProperty(), in TransformObjCPropertyRefExpr()
203 if (ObjCPropertyDecl *PDecl = PropRefExp->getExplicitProperty()) { in isZeroingPropIvar()
706 ObjCPropertyDecl *getExplicitProperty() const { in getExplicitProperty() function724 return getExplicitProperty()->getGetterName(); in getGetterSelector()730 return getExplicitProperty()->getSetterName(); in getSetterSelector()
310 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
605 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1119 return RefExpr->getExplicitProperty(); in getAccessedProperty()
1269 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
2335 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
1485 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
1240 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1470 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()