Searched refs:SelectTypeConstruct (Results 1 – 12 of 12) 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()
301 bool Pre(const parser::SelectTypeConstruct &selectTypeConstruct) { in Pre()305 bool Pre(const parser::SelectTypeConstruct::TypeCase &) { in Pre()340 void Post(const parser::SelectTypeConstruct &selectTypeConstruct) { in Post()652 const parser::SelectTypeConstruct &selectTypeConstruct) { in PopConstructName()654 parser::SelectTypeConstruct::TypeCase, parser::TypeGuardStmt>( in PopConstructName()
68 [&](common::Indirection<SelectTypeConstruct> &selectType) { in Post()
1160 bool Pre(const parser::SelectTypeConstruct &);1161 void Post(const parser::SelectTypeConstruct &);1162 bool Pre(const parser::SelectTypeConstruct::TypeCase &);1163 void Post(const parser::SelectTypeConstruct::TypeCase &);6138 bool ConstructVisitor::Pre(const parser::SelectTypeConstruct &) { in Pre() argument6143 void ConstructVisitor::Post(const parser::SelectTypeConstruct &) { in Post() argument6195 bool ConstructVisitor::Pre(const parser::SelectTypeConstruct::TypeCase &) { in Pre()6199 void ConstructVisitor::Post(const parser::SelectTypeConstruct::TypeCase &) { in Post()
45 struct SelectTypeConstruct;61 const parser::SelectTypeConstruct *, const parser::WhereConstruct *>;
49 construct<ExecutableConstruct>(indirect(Parser<SelectTypeConstruct>{})),400 construct<SelectTypeConstruct>(statement(Parser<SelectTypeStmt>{}),401 many(construct<SelectTypeConstruct::TypeCase>(
634 NODE(parser, SelectTypeConstruct) in NODE()635 NODE(SelectTypeConstruct, TypeCase) in NODE()
207 struct SelectTypeConstruct; // R1152519 common::Indirection<SelectTypeConstruct>,2421 struct SelectTypeConstruct { struct2422 TUPLE_CLASS_BOILERPLATE(SelectTypeConstruct);
134 parser::SelectTypeConstruct, parser::WhereConstruct,
948 [&](const parser::SelectTypeConstruct &) { in analyzeBranches() argument
1943 void genFIR(const Fortran::parser::SelectTypeConstruct &selectTypeConstruct) { in genFIR()