Searched refs:LHS_ (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| HD | ItaniumDemangle.h | 1840 BinaryExpr(const Node *LHS_, std::string_view InfixOperator_, in BinaryExpr() argument 1842 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr() 1935 MemberExpr(const Node *LHS_, std::string_view Kind_, const Node *RHS_, in MemberExpr() argument 1937 : Node(KMemberExpr, Prec_), LHS(LHS_), Kind(Kind_), RHS(RHS_) {} in MemberExpr()
|