Searched refs:InfixOperator (Results 1 – 1 of 1) sorted by relevance
1837 const std::string_view InfixOperator; variable1843 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()1847 F(LHS, InfixOperator, RHS, getPrecedence()); in match()1852 (InfixOperator == ">" || InfixOperator == ">>"); in printLeft()1859 if (!(InfixOperator == ",")) in printLeft()1861 OB += InfixOperator; in printLeft()