GNU Compiler Collection (GCC) Internals: Internal structure

Previous: Working with declarations, Up: Declarations   [Contents][Index]


10.4.2 Internal structure

DECL nodes are represented internally as a hierarchy of structures.

• Current structure hierarchy:    The current DECL node structure hierarchy.
• Adding new DECL node types:    How to add a new DECL node to a frontend.