Searched refs:Prec_ (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
H A D | ItaniumDemangle.h | 1841 const Node *RHS_, Prec Prec_) in BinaryExpr() argument 1842 : Node(KBinaryExpr, Prec_), LHS(LHS_), InfixOperator(InfixOperator_), in BinaryExpr() 1873 ArraySubscriptExpr(const Node *Op1_, const Node *Op2_, Prec Prec_) in ArraySubscriptExpr() argument 1874 : Node(KArraySubscriptExpr, Prec_), Op1(Op1_), Op2(Op2_) {} in ArraySubscriptExpr() 1893 PostfixExpr(const Node *Child_, std::string_view Operator_, Prec Prec_) in PostfixExpr() argument 1894 : Node(KPostfixExpr, Prec_), Child(Child_), Operator(Operator_) {} in PostfixExpr() 1913 Prec Prec_) in ConditionalExpr() argument 1914 : Node(KConditionalExpr, Prec_), Cond(Cond_), Then(Then_), Else(Else_) {} in ConditionalExpr() 1936 Prec Prec_) in MemberExpr() argument 1937 : Node(KMemberExpr, Prec_), LHS(LHS_), Kind(Kind_), RHS(RHS_) {} in MemberExpr() [all …]
|