Home
last modified time | relevance | path

Searched defs:Prec_ (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1936 : Node(KConditionalExpr, Prec_), Cond(Cond_), Then(Then_), Else(Else_) {} in MemberExpr() argument
1841 BinaryExpr(const Node * LHS_,std::string_view InfixOperator_,const Node * RHS_,Prec Prec_) BinaryExpr() argument
1873 ArraySubscriptExpr(const Node * Op1_,const Node * Op2_,Prec Prec_) ArraySubscriptExpr() argument
1893 PostfixExpr(const Node * Child_,std::string_view Operator_,Prec Prec_) PostfixExpr() argument
1913 ConditionalExpr(const Node * Cond_,const Node * Then_,const Node * Else_,Prec Prec_) ConditionalExpr() argument
1993 Node(KEnclosingExpr,Prec_) Node() argument
2016 CastExpr(std::string_view CastKind_,const Node * To_,const Node * From_,Prec Prec_) CastExpr() argument
2060 CallExpr(const Node * Callee_,NodeArray Args_,Prec Prec_) CallExpr() argument
2084 NewExpr(NodeArray ExprList_,Node * Type_,NodeArray InitList_,bool IsGlobal_,bool IsArray_,Prec Prec_) NewExpr() argument
2119 DeleteExpr(Node * Op_,bool IsGlobal_,bool IsArray_,Prec Prec_) DeleteExpr() argument
2143 PrefixExpr(std::string_view Prefix_,Node * Child_,Prec Prec_) PrefixExpr() argument
2176 ConversionExpr(const Node * Type_,NodeArray Expressions_,Prec Prec_) ConversionExpr() argument
2200 PointerToMemberConversionExpr(const Node * Type_,const Node * SubExpr_,std::string_view Offset_,Prec Prec_) PointerToMemberConversionExpr() argument
[all...]
/llvm-project/libcxxabi/src/demangle/
H A DItaniumDemangle.h1842 BinaryExpr(const Node * LHS_,std::string_view InfixOperator_,const Node * RHS_,Prec Prec_) BinaryExpr() argument
1874 ArraySubscriptExpr(const Node * Op1_,const Node * Op2_,Prec Prec_) ArraySubscriptExpr() argument
1894 PostfixExpr(const Node * Child_,std::string_view Operator_,Prec Prec_) PostfixExpr() argument
1914 ConditionalExpr(const Node * Cond_,const Node * Then_,const Node * Else_,Prec Prec_) ConditionalExpr() argument
1937 MemberExpr(const Node * LHS_,std::string_view Kind_,const Node * RHS_,Prec Prec_) MemberExpr() argument
1994 Node(KEnclosingExpr,Prec_) Node() argument
2017 CastExpr(std::string_view CastKind_,const Node * To_,const Node * From_,Prec Prec_) CastExpr() argument
2061 CallExpr(const Node * Callee_,NodeArray Args_,Prec Prec_) CallExpr() argument
2085 NewExpr(NodeArray ExprList_,Node * Type_,NodeArray InitList_,bool IsGlobal_,bool IsArray_,Prec Prec_) NewExpr() argument
2120 DeleteExpr(Node * Op_,bool IsGlobal_,bool IsArray_,Prec Prec_) DeleteExpr() argument
2144 PrefixExpr(std::string_view Prefix_,Node * Child_,Prec Prec_) PrefixExpr() argument
2177 ConversionExpr(const Node * Type_,NodeArray Expressions_,Prec Prec_) ConversionExpr() argument
2201 PointerToMemberConversionExpr(const Node * Type_,const Node * SubExpr_,std::string_view Offset_,Prec Prec_) PointerToMemberConversionExpr() argument
[all...]