Searched refs:InfixOperator (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1553 const StringView InfixOperator; member in class:BinaryExpr
1558 : Node(KBinaryExpr), LHS(LHS_), InfixOperator(InfixOperator_), RHS(RHS_) {
1561 template<typename Fn> void match(Fn F) const { F(LHS, InfixOperator, RHS); }
1566 if (InfixOperator == ">")
1572 S += InfixOperator;
1577 if (InfixOperator == ">")

Completed in 92 milliseconds