mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Call parent constructor from LambdaExpr.
This commit is contained in:
parent
f47390f66a
commit
409f27955b
10 changed files with 37 additions and 51 deletions
|
@ -26,8 +26,7 @@ extern void add_type(ID* id, BroType* t, attr_list* attr);
|
|||
extern void begin_func(ID* id, const char* module_name, function_flavor flavor,
|
||||
int is_redef, FuncType* t, attr_list* attrs = nullptr);
|
||||
extern void end_func(Stmt* body);
|
||||
extern std::unique_ptr<function_ingredients>
|
||||
gather_function_ingredients(Stmt* body);
|
||||
extern std::unique_ptr<function_ingredients> gather_function_ingredients(Stmt* body);
|
||||
extern std::shared_ptr<id_list> gather_outer_ids(Scope* scope, Stmt* body);
|
||||
|
||||
extern Val* internal_val(const char* name);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue