Searched defs:ExternConstDeclaration (Results 1 – 1 of 1) sorted by relevance
1171 struct ExternConstDeclaration : Declaration { struct1173 ExternConstDeclaration(SourcePosition pos, Identifier* name, in ExternConstDeclaration() function1179 Identifier* name;1180 TypeExpression* type;1181 std::string literal;