#include "function_body.h"
#include "function_body_i.h"
Include dependency graph for function_body.cc:
Go to the source code of this file.
Functions | |
Ptree * | process_initializers (Function_signature *fsig, Block_scope *scope, Ptree *tree) |
Process an initializer list. More... | |
void | process_function_body (Function_signature *fsig, Block_scope *scope, Ptree *tree, Ptree *init) |
Process function body. More... |
|
Process function body.
Definition at line 200 of file function_body.cc. References Function_signature::get_function(), Function_symbol::get_function_kind(), Annotator::get_output(), Function_signature::get_storage_specifier(), Function_signature::get_this_type(), Source::instance(), Symbol_name::k_Constructor, process_initializers(), s_Member, Function_signature::set_body(), Block_scope::set_this_type(), and Annotator::visit_stmt_or_block(). Referenced by Function_body_queue::process(). |
|