Home | History | Annotate | Download | only in Sema

Lines Matching refs:isPostfixUpdate

6072   bool IsPostfixUpdate;
6077 IsXLHSInRHSPart(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
6100 bool isPostfixUpdate() const { return IsPostfixUpdate; }
6210 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
6306 bool IsPostfixUpdate = false;
6507 IsPostfixUpdate = Checker.isPostfixUpdate();
6579 IsPostfixUpdate = true;
6609 IsPostfixUpdate = false;
6655 IsPostfixUpdate = true;
6694 IsPostfixUpdate);