Searched defs:StatementASTNode (Results 1 – 1 of 1) sorted by relevance
821 StatementASTNode() : ASTNode() {} in StatementASTNode() function822 StatementASTNode(const StatementASTNode & other) : ASTNode(other) {} in StatementASTNode() function968 : StatementASTNode(), m_type(callType), m_target(), m_arg(), m_isHAB(false) in StatementASTNode() function