Searched refs:getExplicitProperty (Results 1 – 18 of 18) sorted by relevance
65 refExpr->getExplicitProperty(), refExpr->getType(), in rebuildObjCPropertyRefExpr()592 const ObjCPropertyDecl *Prop = RefExpr->getExplicitProperty(); in isWeakProperty()629 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findGetter()658 ObjCPropertyDecl *prop = RefExpr->getExplicitProperty(); in findSetter()700 if (ObjCPropertyDecl *prop = RefExpr->getExplicitProperty()) { in DiagnoseUnsupportedPropertyUse()841 S.ObjC().DiagnosePropertyAccessorMismatch(RefExpr->getExplicitProperty(), in buildRValueOperation()848 QualType propType = RefExpr->getExplicitProperty() in buildRValueOperation()
66 return PropE->getExplicitProperty(); in getBestPropertyDecl()
842 ObjCPropertyDecl *property = pre->getExplicitProperty(); in findRetainCycleOwner()
3710 method = e->getExplicitProperty()->getGetterMethodDecl(); in VisitObjCPropertyRefExpr()4197 if (ObjCPropertyDecl *PDecl = PRE->getExplicitProperty()) in CheckObjCBridgeRelatedCast()
13400 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()13425 const ObjCPropertyDecl *PD = PRE->getExplicitProperty(); in checkUnsafeExprAssigns()
9445 return PR->getExplicitProperty()->getType(); in getDecltypeForExpr()
15754 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()
1304 JOS.attribute("property", createBareDeclRef(OPRE->getExplicitProperty())); in VisitObjCPropertyRefExpr()
2373 VisitDecl(S->getExplicitProperty()); in VisitObjCPropertyRefExpr()
1720 OS << " Kind=PropertyRef Property=\"" << *Node->getExplicitProperty() in VisitObjCPropertyRefExpr()
1286 OS << Node->getExplicitProperty()->getName(); in VisitObjCPropertyRefExpr()
1480 Record.AddDeclRef(E->getExplicitProperty()); in VisitObjCPropertyRefExpr()