Searched defs:ConstDeclaration (Results 1 – 1 of 1) sorted by relevance
1102 struct ConstDeclaration : Declaration { struct1104 ConstDeclaration(SourcePosition pos, Identifier* name, TypeExpression* type, in ConstDeclaration() argument1110 Identifier* name;1111 TypeExpression* type;1112 Expression* expression;