Represents a single translation unit. More...
#include <TranslationUnit.h>
Public Member Functions | |
| TranslationUnit (il::translation_unit *original, string asm_name) | |
| TranslationUnit (vector< Function * > &functions, il::translation_unit *original, string asm_name) | |
| vector< Function * > & | get_functions () |
| void | add_function (Function *f) |
| il::translation_unit * | get_original_translation_unit () |
| string | get_file_name () |
Friends | |
| class | boost::serialization::access |
Represents a single translation unit.
1.6.3