Searched refs:SelectTypeConstruct (Results 1 – 11 of 11) sorted by relevance
15 struct SelectTypeConstruct;24 void Enter(const parser::SelectTypeConstruct &);
25 void Check(const std::list<parser::SelectTypeConstruct::TypeCase> &cases) { in Check()35 void AddTypeCase(const parser::SelectTypeConstruct::TypeCase &c) { in AddTypeCase()251 void SelectTypeChecker::Enter(const parser::SelectTypeConstruct &construct) { in Enter()263 std::get<std::list<parser::SelectTypeConstruct::TypeCase>>( in Enter()
290 bool Pre(const parser::SelectTypeConstruct &selectTypeConstruct) { in Pre()293 bool Pre(const parser::SelectTypeConstruct::TypeCase &) { in Pre()327 void Post(const parser::SelectTypeConstruct &selectTypeConstruct) { in Post()624 const parser::SelectTypeConstruct &selectTypeConstruct) { in PopConstructName()626 parser::SelectTypeConstruct::TypeCase, parser::TypeGuardStmt>( in PopConstructName()
68 [&](common::Indirection<SelectTypeConstruct> &selectType) { in Post()
1014 bool Pre(const parser::SelectTypeConstruct &);1015 void Post(const parser::SelectTypeConstruct &);1016 bool Pre(const parser::SelectTypeConstruct::TypeCase &);1017 void Post(const parser::SelectTypeConstruct::TypeCase &);5178 bool ConstructVisitor::Pre(const parser::SelectTypeConstruct &) { in Pre() argument5183 void ConstructVisitor::Post(const parser::SelectTypeConstruct &) { in Post() argument5235 bool ConstructVisitor::Pre(const parser::SelectTypeConstruct::TypeCase &) { in Pre()5239 void ConstructVisitor::Post(const parser::SelectTypeConstruct::TypeCase &) { in Post()
43 struct SelectTypeConstruct;57 const parser::SelectTypeConstruct *, const parser::WhereConstruct *>;
49 construct<ExecutableConstruct>(indirect(Parser<SelectTypeConstruct>{})),399 construct<SelectTypeConstruct>(statement(Parser<SelectTypeStmt>{}),400 many(construct<SelectTypeConstruct::TypeCase>(
131 parser::SelectTypeConstruct, parser::WhereConstruct,
622 NODE(parser, SelectTypeConstruct) in NODE()623 NODE(SelectTypeConstruct, TypeCase) in NODE()
206 struct SelectTypeConstruct; // R1152517 common::Indirection<SelectTypeConstruct>,2400 struct SelectTypeConstruct { struct2401 TUPLE_CLASS_BOILERPLATE(SelectTypeConstruct);
687 [&](const parser::SelectTypeConstruct &) { in analyzeBranches() argument