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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1557 BinaryExpr(const Node *LHS_, StringView InfixOperator_, const Node *RHS_) argument
1558 : Node(KBinaryExpr), LHS(LHS_), InfixOperator(InfixOperator_), RHS(RHS_) {
1647 MemberExpr(const Node *LHS_, StringView Kind_, const Node *RHS_) argument
1648 : Node(KMemberExpr), LHS(LHS_), Kind(Kind_), RHS(RHS_) {}

Completed in 67 milliseconds