Lines Matching refs:Post
39 template <typename T> void Post(T &) {} in Post() function in Fortran::semantics::RewriteMutator
41 void Post(parser::Name &);
42 void Post(parser::SpecificationPart &);
44 void Post(parser::IoUnit &);
45 void Post(parser::ReadStmt &);
46 void Post(parser::WriteStmt &);
75 void RewriteMutator::Post(parser::Name &name) { in Post() function in Fortran::semantics::RewriteMutator
96 void RewriteMutator::Post(parser::SpecificationPart &x) { in Post() function in Fortran::semantics::RewriteMutator
135 void RewriteMutator::Post(parser::IoUnit &x) { in Post() function in Fortran::semantics::RewriteMutator
177 void RewriteMutator::Post(parser::ReadStmt &x) { in Post() function in Fortran::semantics::RewriteMutator
195 void RewriteMutator::Post(parser::WriteStmt &x) { in Post() function in Fortran::semantics::RewriteMutator