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

Go to the source code of this file.

Classes

struct  AST::ScopedName
 A scoped name: sequence of identifiers. More...
 

Namespaces

namespace  AST
 Abstract Syntax Tree namespace.
 

Typedefs

typedef std::forward_list< ScopedNameAST::ScopedNames
 Sequence of scoped names.