Home
last modified time | relevance | path

Searched refs:RewriteMutator (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Drewrite-parse-tree.cpp31 class RewriteMutator { class
33 RewriteMutator(SemanticsContext &context) in RewriteMutator() function in Fortran::semantics::RewriteMutator
75 void RewriteMutator::Post(parser::Name &name) { in Post()
96 void RewriteMutator::Post(parser::SpecificationPart &x) { in Post()
120 bool RewriteMutator::Pre(parser::ExecutionPart &x) { in Pre()
135 void RewriteMutator::Post(parser::IoUnit &x) { in Post()
177 void RewriteMutator::Post(parser::ReadStmt &x) { in Post()
195 void RewriteMutator::Post(parser::WriteStmt &x) { in Post()
200 RewriteMutator mutator{context}; in RewriteParseTree()