TypedefDecl

class TypedefDecl : Declaration {
Declaration decl;
Declaration vardecl;
}

Members

Variables

symbols
TypedefSymbol[] symbols;

Semantic symbols.

Meta