Searched refs:isExplicitProperty (Results 1 – 7 of 7) sorted by relevance
83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD) in scan_ivar_release()
301 bool isExplicitProperty() const { return !PropertyOrGetter.getInt(); } in isExplicitProperty() function345 if (isExplicitProperty()) { in getGetterResultType()
852 if (E->isExplicitProperty()) { in EmitLoadOfPropertyRefLValue()
1248 if (PropRefExpr->isExplicitProperty()) { in RewritePropertyOrImplicitSetter()1326 if (PropRefExpr->isExplicitProperty()) { in RewritePropertyOrImplicitGetter()
2942 return PRE->isExplicitProperty() ? PRE->getExplicitProperty() : 0; in getDeclFromExpr()
7849 if (E->isExplicitProperty()) in TransformObjCPropertyRefExpr()
8694 bool Settable = (PRE->isExplicitProperty() || in CreateOverloadedBinOp()