generate a dictionary of all declarations which can be looked up to create cross references. Names are fully scoped.
| Operations Summary: | |
| __init__(self) [Source] | |
| write(self, os) [Source] | |
| lookup(self, name) [Source] | |
| insert(self, name) [Source] | |
| visitAST(self, node) [Source] | |
| visitDeclarator(self, node) [Source] | |
| visitGroup(self, group) [Source] | |
| visitModule(self, module) [Source] | |
| visitClass(self, clas) [Source] | |
| visitTypedef(self, typedef) [Source] | |
| visitEnumerator(self, enumerator) [Source] | |
| visitEnum(self, enum) [Source] | |
| visitVariable(self, variable) [Source] | |
| visitConst(self, const) [Source] | |
| visitParameter(self, parameter) [Source] | |
| visitFunction(self, function) [Source] | |
| visitOperation(self, operation) [Source] | |