Searched defs:ConstDeclaration (Results 1 – 1 of 1) sorted by relevance
698 struct ConstDeclaration : Declaration { struct700 ConstDeclaration(SourcePosition pos, std::string name, TypeExpression* type, in ConstDeclaration() function706 std::string name;707 TypeExpression* type;708 Expression* expression;