| Puma Reference Manual | Puma::CCSemDeclarator Class Reference |
#include <CCSemDeclarator.h>

Public Member Functions | |
| CCSemDeclarator (ErrorSink *err, CTypeInfo *t, CTree *d) | |
Public Member Functions inherited from Puma::CSemDeclarator | |
| CSemDeclarator (ErrorSink *err, CTypeInfo *t, CTree *d, bool lang_c=true) | |
| Constructor. More... | |
| ~CSemDeclarator () | |
| Destructor. More... | |
| CT_SimpleName * | Name () const |
| Get the name of the declared entity. More... | |
| CTypeInfo * | Type () const |
| Get the resulting type. More... | |
| void | Type (CTypeInfo *t) |
| Set the type of the declared entity. More... | |