Searched refs:selectTypeConstruct (Results 1 – 1 of 1) sorted by relevance
290 bool Pre(const parser::SelectTypeConstruct &selectTypeConstruct) { in Pre() argument291 return PushConstructName(selectTypeConstruct); in Pre()327 void Post(const parser::SelectTypeConstruct &selectTypeConstruct) { in Post() argument328 PopConstructName(selectTypeConstruct); in Post()624 const parser::SelectTypeConstruct &selectTypeConstruct) { in PopConstructName() argument627 "SELECT TYPE", selectTypeConstruct); in PopConstructName()629 PopConstructNameIfPresent(selectTypeConstruct); in PopConstructName()