Home | History | Annotate | Download | only in Sema

Lines Matching defs:PRE

1459     // We have already pre-calculated the promotion type, so this is trivial.
9018 const ObjCPropertyRefExpr *PRE = LHS->getObjCProperty();
9021 bool Settable = (PRE->isExplicitProperty() ||
9022 PRE->getImplicitPropertySetter());