Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1557 const StringView InfixOperator; variable
1562 : Node(KBinaryExpr), LHS(LHS_), InfixOperator(InfixOperator_), RHS(RHS_) { in BinaryExpr()
1565 template<typename Fn> void match(Fn F) const { F(LHS, InfixOperator, RHS); } in match()
1570 if (InfixOperator == ">") in printLeft()
1576 S += InfixOperator; in printLeft()
1581 if (InfixOperator == ">") in printLeft()