Searched refs:InfixOperator (Results 1 – 1 of 1) sorted by relevance
1874 const std::string_view InfixOperator; variable1880 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()1884 F(LHS, InfixOperator, RHS, getPrecedence()); in match()1889 (InfixOperator == ">" || InfixOperator == ">>"); in printLeft()1896 if (!(InfixOperator == ",")) in printLeft()1898 OB += InfixOperator; in printLeft()