#include <typeinfo>
#include "ptree_util.h"
#include "decl_read.h"
#include "symbol_table.h"
#include "downcast.h"
#include "scope.h"
#include "expr_annotator.h"
#include "function.h"
#include "namespace.h"
#include "typedef.h"
#include "variable.h"
#include "symbol_name.h"
#include "block.h"
#include "implicit_conversion.h"
#include "class.h"
#include "template.h"
Include dependency graph for annotator_i.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Compounds | |
class | Simple_declaration_reader |
class | Typedef_declaration_reader |
Read typedef declaration. More... | |
class | Typedef_name_reader |
Figure out the name of a typedef alias. More... |