Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1561 BinaryExpr(const Node *LHS_, StringView InfixOperator_, const Node *RHS_) in BinaryExpr() argument
1562 : Node(KBinaryExpr), LHS(LHS_), InfixOperator(InfixOperator_), RHS(RHS_) { in BinaryExpr()