Lines Matching refs:Post
38 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::RewriteMutator
40 void Post(parser::Name &);
41 void Post(parser::SpecificationPart &);
43 void Post(parser::IoUnit &);
44 void Post(parser::ReadStmt &);
45 void Post(parser::WriteStmt &);
46 void Post(parser::DataStmtConstant &);
75 void RewriteMutator::Post(parser::Name &name) { in Post() function in Fortran::semantics::RewriteMutator
83 void RewriteMutator::Post(parser::SpecificationPart &x) { in Post() function in Fortran::semantics::RewriteMutator
115 void RewriteMutator::Post(parser::IoUnit &x) { in Post() function in Fortran::semantics::RewriteMutator
157 void RewriteMutator::Post(parser::ReadStmt &x) { in Post() function in Fortran::semantics::RewriteMutator
175 void RewriteMutator::Post(parser::WriteStmt &x) { in Post() function in Fortran::semantics::RewriteMutator
179 void RewriteMutator::Post(parser::DataStmtConstant &x) { in Post() function in Fortran::semantics::RewriteMutator