Searched refs:caseConstruct (Results 1 – 2 of 2) sorted by relevance
59 [&](common::Indirection<CaseConstruct> &caseConstruct) { in Post() argument62 caseConstruct.value().t)); in Post()
289 bool Pre(const parser::CaseConstruct &caseConstruct) { in Pre() argument290 return PushConstructName(caseConstruct); in Pre()334 void Post(const parser::CaseConstruct &caseConstruct) { in Post() argument335 PopConstructName(caseConstruct); in Post()633 void PopConstructName(const parser::CaseConstruct &caseConstruct) { in PopConstructName() argument635 parser::CaseStmt>("SELECT CASE", caseConstruct); in PopConstructName()637 PopConstructNameIfPresent(caseConstruct); in PopConstructName()