Searched defs:TypeswitchCase (Results 1 – 1 of 1) sorted by relevance
33 struct TypeswitchCase { struct34 SourcePosition pos;35 base::Optional<Identifier*> name;36 TypeExpression* type;37 Statement* block;