Searched defs:PostfixExpr (Results 1 – 3 of 3) sorted by relevance
1371 if (Expr *PostfixExpr = Res.get()) { in ParseCastExpression() local
1343 class PostfixExpr : public Expr { class1348 PostfixExpr(Node *Child_, StringView Operand_) in PostfixExpr() function in __anon8e39910a0111::PostfixExpr
1504 PostfixExpr(const Node *Child_, StringView Operator_) in PostfixExpr() function