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()
63 return PropE->getExplicitProperty(); in getBestPropertyDecl()
3703 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()4194 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
14800 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()15237 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()15262 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
8930 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
13889 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()
295 return IndexCtx.handleReference(E->getExplicitProperty(), E->getLocation(), in VisitObjCPropertyRefExpr()
619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); in checkObjCPropertyRefExpr()
461 Name = E->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1086 return RefExpr->getExplicitProperty(); in getAccessedProperty()
1125 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
1299 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
2187 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
1074 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1362 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()
4483 return PRE->getExplicitProperty(); in getDeclFromExpr()