#include "ptree_visitor.h"#include "paranoid_visitor.h"#include "type_rep.h"Include dependency graph for annotator.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Compounds | |
| class | Annotator |
Defines | |
| #define | HACK_EXPLICIT(typespec, storagespec) |
Typedefs | |
| typedef int | Annotator_RT |
|
|
Value: if (typespec->Eq("explicit")) { \
storagespec = Ptree::Snoc(storagespec, typespec); \
typespec = 0; \
}Definition at line 25 of file annotator.h. Referenced by Template_visitor::visit_function(), Annotator::visit_function(), Template_visitor::visit_name_declaration(), and Annotator::visit_name_declaration(). |
|
|
Definition at line 31 of file annotator.h. Referenced by Annotator::Annotator(). |
1.2.15