Searched defs:TypeswitchCase (Results 1 – 1 of 1) sorted by relevance
25 struct TypeswitchCase { struct26 SourcePosition pos;27 base::Optional<std::string> name;28 TypeExpression* type;29 Statement* block;