Searched refs:ElseIfBlock (Results 1 – 4 of 4) sorted by relevance
310 many(construct<IfConstruct::ElseIfBlock>(
274 bool Pre(const parser::IfConstruct::ElseIfBlock &) { in Pre() argument701 std::get<std::list<parser::IfConstruct::ElseIfBlock>>(ifConstruct.t)) { in CheckName()
2267 struct ElseIfBlock { struct2268 TUPLE_CLASS_BOILERPLATE(ElseIfBlock);2276 std::tuple<Statement<IfThenStmt>, Block, std::list<ElseIfBlock>,
343 NODE(IfConstruct, ElseIfBlock) in NODE()