10 #ifndef CPROVER_ANSI_C_ANSI_C_PARSE_TREE_H
11 #define CPROVER_ANSI_C_ANSI_C_PARSE_TREE_H
21 typedef std::list<ansi_c_declarationt>
itemst;
26 void output(std::ostream &out)
const;
ANSI-CC Language Type Checking.
std::list< ansi_c_declarationt > itemst
void swap(ansi_c_parse_treet &other)
void output(std::ostream &out) const