Searched refs:ifConstruct (Results 1 – 3 of 3) sorted by relevance
280 bool Pre(const parser::IfConstruct &ifConstruct) { in Pre() argument281 return PushConstructName(ifConstruct); in Pre()331 void Post(const parser::IfConstruct &ifConstruct) { in Post() argument332 PopConstructName(ifConstruct); in Post()722 void CheckName(const parser::IfConstruct &ifConstruct) { in CheckName() argument723 CheckEndName<parser::IfThenStmt, parser::EndIfStmt>("IF", ifConstruct); in CheckName()725 std::get<std::list<parser::IfConstruct::ElseIfBlock>>(ifConstruct.t)) { in CheckName()726 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct, in CheckName()731 ifConstruct.t)}) { in CheckName()732 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct, in CheckName()
55 [&](common::Indirection<IfConstruct> &ifConstruct) { in Post() argument57 std::get<Statement<EndIfStmt>>(ifConstruct.value().t)); in Post()
143 static const auto ifConstruct = parser::IfConstruct{ in convertIfStmt()155 enterConstructOrDirective(ifConstruct); in convertIfStmt()