Home | History | Annotate | Download | only in Sema

Lines Matching defs:isPostfixUpdate

3338   bool IsPostfixUpdate;
3343 IsXLHSInRHSPart(false), Op(BO_PtrMemD), IsPostfixUpdate(false) {}
3366 bool isPostfixUpdate() const { return IsPostfixUpdate; }
3476 IsPostfixUpdate = AtomicUnaryOp->isPostfix();
3570 bool IsPostfixUpdate = false;
3771 IsPostfixUpdate = Checker.isPostfixUpdate();
3843 IsPostfixUpdate = Checker.isPostfixUpdate();
3873 IsPostfixUpdate = Checker.isPostfixUpdate();
3912 IsPostfixUpdate = true;
3950 IsPostfixUpdate);