Home | History | Annotate | Download | only in AST

Lines Matching refs:isPostfixUpdate

1902   bool IsPostfixUpdate;
1914 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {}
1924 IsXLHSInRHSPart(false), IsPostfixUpdate(false) {}
1955 /// \param IsPostfixUpdate true if original value of 'x' must be stored in
1960 Expr *E, Expr *UE, bool IsXLHSInRHSPart, bool IsPostfixUpdate);
1991 bool isPostfixUpdate() const { return IsPostfixUpdate; }