Home | History | Annotate | Download | only in Sema

Lines Matching defs:PRE

5169       // Don't 'pre-truncate' the operands.
5192 // Don't 'pre-truncate' the operands.
6752 // C++11 [expr.pre.incr]p1:
7323 ObjCPropertyRefExpr *pre
7326 if (!pre) return false;
7327 if (pre->isImplicitProperty()) return false;
7328 ObjCPropertyDecl *property = pre->getExplicitProperty();
7336 if (pre->isSuperReceiver()) {
7340 owner.Loc = pre->getLocation();
7341 owner.Range = pre->getSourceRange();
7344 e = const_cast<Expr*>(cast<OpaqueValueExpr>(pre->getBase())
7586 ObjCPropertyRefExpr *PRE
7588 if (PRE && !PRE->isImplicitProperty()) {
7589 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
7611 if (PRE) {
7612 if (PRE->isImplicitProperty())
7614 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();