Searched defs:NegativeExprASTNode (Results 1 – 2 of 2) sorted by relevance
343 NegativeExprASTNode::NegativeExprASTNode(const NegativeExprASTNode & other) in NegativeExprASTNode() function in NegativeExprASTNode
330 NegativeExprASTNode(ExprASTNode * expr) : ExprASTNode(), m_expr(expr) {} in NegativeExprASTNode() function