IDL compiler front-end library
Loading...
Searching...
No Matches
Classes | Namespaces | Typedefs
Declarators.h File Reference
#include "Identifier.h"
#include "Location.h"
#include <forward_list>

Go to the source code of this file.

Classes

class  AST::SimpleDeclarator
 The IDL simple declarator. More...
 
class  AST::Declarator
 The IDL declarator. More...
 

Namespaces

namespace  AST
 Abstract Syntax Tree namespace.
 

Typedefs

typedef std::forward_list< SimpleDeclaratorAST::SimpleDeclarators
 The IDL simple declarators.
 
typedef std::forward_list< unsigned > AST::FixedArraySizes
 Array dimensions.
 
typedef std::forward_list< DeclaratorAST::Declarators
 The IDL declarators.