Searched refs:ExprConstASTNode (Results 1 – 2 of 2) sorted by relevance
865 #pragma mark = ExprConstASTNode =867 ExprConstASTNode::ExprConstASTNode(const ExprConstASTNode & other) in ExprConstASTNode() function in ExprConstASTNode873 void ExprConstASTNode::printTree(int indent) const in printTree()
542 class ExprConstASTNode : public ConstASTNode545 ExprConstASTNode(ExprASTNode * expr) : ConstASTNode(), m_expr(expr) {} in ExprConstASTNode() function546 ExprConstASTNode(const ExprConstASTNode & other);548 virtual ASTNode * clone() const { return new ExprConstASTNode(*this); } in clone()