Searched refs:Operator_ (Results 1 – 1 of 1) sorted by relevance
1893 PostfixExpr(const Node *Child_, std::string_view Operator_, Prec Prec_) in PostfixExpr() argument1894 : Node(KPostfixExpr, Prec_), Child(Child_), Operator(Operator_) {} in PostfixExpr()