Lines Matching refs:PushConstructName
266 return PushConstructName(associateConstruct); in Pre()
269 return PushConstructName(blockConstruct); in Pre()
272 return PushConstructName(changeTeamConstruct); in Pre()
275 return PushConstructName(criticalConstruct); in Pre()
278 return PushConstructName(doConstruct); in Pre()
281 return PushConstructName(ifConstruct); in Pre()
290 return PushConstructName(caseConstruct); in Pre()
295 return PushConstructName(selectRankConstruct); in Pre()
302 return PushConstructName(selectTypeConstruct); in Pre()
310 return PushConstructName(whereConstruct); in Pre()
313 return PushConstructName(forallConstruct); in Pre()
578 template <typename A> bool PushConstructName(const A &a) { in PushConstructName() function in Fortran::semantics::ParseTreeAnalyzer
591 bool PushConstructName(const parser::BlockConstruct &blockConstruct) { in PushConstructName() function in Fortran::semantics::ParseTreeAnalyzer