function_declaration(string name, namespace_context ns, qualifier_type qt, type *ret_type, vector< variable_declaration * > &args, block *body, bool is_alloc, bool is_dealloc, bool is_constructor, bool is_destructor, bool is_inline, bool is_vararg, bool is_member_function, bool is_static_member_function, bool is_virtual, bool is_abstract, function_type *sig) (defined in il::function_declaration) | il::function_declaration | |