Searched refs:non_interpreted_char_node (Results 1 – 2 of 2) sorted by relevance
1105 class non_interpreted_char_node : public node { class1108 non_interpreted_char_node(unsigned char);1117 int non_interpreted_char_node::same(node *nd) in same()1119 return c == ((non_interpreted_char_node *)nd)->c; in same()1122 const char *non_interpreted_char_node::type() in type()1127 int non_interpreted_char_node::force_tprint() in force_tprint()1132 int non_interpreted_char_node::is_tag() in is_tag()1137 non_interpreted_char_node::non_interpreted_char_node(unsigned char n) : c(n) in non_interpreted_char_node() function in non_interpreted_char_node1142 node *non_interpreted_char_node::copy() in copy()1144 return new non_interpreted_char_node(c); in copy()[all …]
1394 (non_interpreted_char_node, token_node, non_interpreted_node): Add