Searched refs:InfixOperator (Results 1 – 1 of 1) sorted by relevance
1836 const std::string_view InfixOperator; variable1842 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()1846 F(LHS, InfixOperator, RHS, getPrecedence()); in match()1851 (InfixOperator == ">" || InfixOperator == ">>"); in printLeft()1858 if (!(InfixOperator == ",")) in printLeft()1860 OB += InfixOperator; in printLeft()