Searched refs:ElseIfBlock (Results 1 – 5 of 5) sorted by relevance
311 many(construct<IfConstruct::ElseIfBlock>(
283 bool Pre(const parser::IfConstruct::ElseIfBlock &) { in Pre() argument725 std::get<std::list<parser::IfConstruct::ElseIfBlock>>(ifConstruct.t)) { in CheckName()
2288 struct ElseIfBlock { struct2289 TUPLE_CLASS_BOILERPLATE(ElseIfBlock);2297 std::tuple<Statement<IfThenStmt>, Block, std::list<ElseIfBlock>,
351 NODE(IfConstruct, ElseIfBlock) in NODE()
151 parser::Block{}, std::list<parser::IfConstruct::ElseIfBlock>{}, in convertIfStmt()