Home | History | Annotate | Download | only in Sema

Lines Matching defs:PRE

4239       // Don't 'pre-truncate' the operands.
4262 // Don't 'pre-truncate' the operands.
6049 ObjCPropertyRefExpr *pre
6052 if (!pre) return false;
6053 if (pre->isImplicitProperty()) return false;
6054 ObjCPropertyDecl *property = pre->getExplicitProperty();
6062 if (pre->isSuperReceiver()) {
6066 owner.Loc = pre->getLocation();
6067 owner.Range = pre->getSourceRange();
6070 e = const_cast<Expr*>(cast<OpaqueValueExpr>(pre->getBase())
6295 ObjCPropertyRefExpr *PRE
6297 if (PRE && !PRE->isImplicitProperty()) {
6298 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();
6322 if (PRE) {
6323 if (PRE->isImplicitProperty())
6325 const ObjCPropertyDecl *PD = PRE->getExplicitProperty();