Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1446 const StringView InfixOperator; variable
1451 : Node(KBinaryExpr), LHS(LHS_), InfixOperator(InfixOperator_), RHS(RHS_) { in BinaryExpr()
1454 template<typename Fn> void match(Fn F) const { F(LHS, InfixOperator, RHS); } in match()
1459 if (InfixOperator == ">") in printLeft()
1465 S += InfixOperator; in printLeft()
1470 if (InfixOperator == ">") in printLeft()