Home | History | Annotate | Download | only in Sema

Lines Matching defs:pre

6363       // Don't 'pre-truncate' the operands.
6386 // Don't 'pre-truncate' the operands.
8187 // C++11 [expr.pre.incr]p1:
8797 ObjCPropertyRefExpr *pre
8800 if (!pre) return false;
8801 if (pre->isImplicitProperty()) return false;
8802 ObjCPropertyDecl *property = pre->getExplicitProperty();
8810 if (pre->isSuperReceiver()) {
8814 owner.Loc = pre->getLocation();
8815 owner.Range = pre->getSourceRange();
8818 e = const_cast<Expr*>(cast<OpaqueValueExpr>(pre->getBase())
9227 ObjCPropertyRefExpr *PRE
9229 if (PRE && !PRE->isImplicitProperty()) {
9230 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
9252 if (PRE) {
9253 if (PRE->isImplicitProperty())
9255 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();