Lines Matching defs:ifConstruct
307 bool Pre(const parser::IfConstruct &ifConstruct) {
308 return PushConstructName(ifConstruct);
360 void Post(const parser::IfConstruct &ifConstruct) {
361 PopConstructName(ifConstruct);
776 void CheckName(const parser::IfConstruct &ifConstruct) {
777 CheckEndName<parser::IfThenStmt, parser::EndIfStmt>("IF", ifConstruct);
779 std::get<std::list<parser::IfConstruct::ElseIfBlock>>(ifConstruct.t)) {
780 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct,
785 ifConstruct.t)}) {
786 CheckOptionalName<parser::IfThenStmt>("IF construct", ifConstruct,