Searched refs:constructable_node (Results 1 – 1 of 1) sorted by relevance
868 struct constructable_node : public node in create_special_node() struct870 constructable_node(const string &n, const std::vector<property_ptr> &p) : node(n, p) {} in create_special_node() function872 node_ptr n{std::make_shared<constructable_node>(name, props)}; in create_special_node()1050 struct constructable_node : public node in parse() struct1052 constructable_node(text_input_buffer &input, in parse() function1065 node_ptr n{std::make_shared<constructable_node>(input, in parse()