Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1840 BinaryExpr(const Node *LHS_, std::string_view InfixOperator_, in BinaryExpr() argument
1842 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr()