Home | History | Annotate | Download | only in Sema

Lines Matching defs:pre

4571       // Don't 'pre-truncate' the operands.
4594 // Don't 'pre-truncate' the operands.
5892 // C++11 [expr.pre.incr]p1:
6454 ObjCPropertyRefExpr *pre
6457 if (!pre) return false;
6458 if (pre->isImplicitProperty()) return false;
6459 ObjCPropertyDecl *property = pre->getExplicitProperty();
6467 if (pre->isSuperReceiver()) {
6471 owner.Loc = pre->getLocation();
6472 owner.Range = pre->getSourceRange();
6475 e = const_cast<Expr*>(cast<OpaqueValueExpr>(pre->getBase())
6700 ObjCPropertyRefExpr *PRE
6702 if (PRE && !PRE->isImplicitProperty()) {
6703 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
6727 if (PRE) {
6728 if (PRE->isImplicitProperty())
6730 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();