mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 07:26:06 +00:00
8 lines
184 B
C
8 lines
184 B
C
![]() |
namespace Fortran::parser {
|
||
|
class Program;
|
||
|
} // namespace Fortran::parser
|
||
|
|
||
|
namespace Fortran::semantics {
|
||
|
void RewriteParseTree(parser::Program &);
|
||
|
} // namespace Fortran::semantics
|