Go to the documentation of this file.
12 #ifndef CPROVER_CPP_CPP_DECLARATOR_CONVERTER_H
13 #define CPROVER_CPP_CPP_DECLARATOR_CONVERTER_H
85 return type.
id() == ID_code ||
86 (type.
id() == ID_template &&
92 const typet &decl_type,
96 #endif // CPROVER_CPP_CPP_DECLARATOR_CONVERTER_H
dstringt has one field, an unsigned integer no which is an index into a static table of strings.
const cpp_storage_spect & storage_spec() const
void operator_overloading_rules(const symbolt &symbol)
The type of an expression, extends irept.
void main_function_rules(const symbolt &symbol)
const typet & subtype() const
symbolt & convert(const typet &type, const cpp_storage_spect &storage_spec, const cpp_member_spect &member_spec, cpp_declaratort &declarator)
void get_final_identifier()
const cpp_member_spect & member_spec() const
typet & type()
Return the type of the expression.
bool is_code_type(const typet &type) const
irep_idt get_pretty_name()
bool is_template_parameter
const irep_idt & id() const
symbolt & convert_new_symbol(const cpp_storage_spect &storage_spec, const cpp_member_spect &member_spec, cpp_declaratort &declarator)
void handle_initializer(symbolt &symbol, cpp_declaratort &declarator)
void enforce_rules(const symbolt &symbol)
void combine_types(const source_locationt &source_location, const typet &decl_type, symbolt &symbol)
irep_idt final_identifier
cpp_declarator_convertert(class cpp_typecheckt &_cpp_typecheck)
template_typet & to_template_type(typet &type)
void check_array_types(typet &type, bool force_constant)
class cpp_typecheckt & cpp_typecheck
symbolt & convert(const cpp_declarationt &declaration, cpp_declaratort &declarator)