FLANG
include
flang
Semantics
unparse-with-symbols.h
1
//===-- include/flang/Semantics/unparse-with-symbols.h ----------*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
9
#ifndef FORTRAN_SEMANTICS_UNPARSE_WITH_SYMBOLS_H_
10
#define FORTRAN_SEMANTICS_UNPARSE_WITH_SYMBOLS_H_
11
12
#include "flang/Parser/characters.h"
13
14
namespace
llvm {
15
class
raw_ostream;
16
}
17
18
namespace
Fortran::common
{
19
class
LangOptions
;
20
}
21
22
namespace
Fortran::parser
{
23
struct
Program;
24
}
25
26
namespace
Fortran::semantics {
27
class
SemanticsContext
;
28
void
UnparseWithSymbols(llvm::raw_ostream &,
const
parser::Program &,
29
const
common::LangOptions &,
30
parser::Encoding encoding = parser::Encoding::UTF_8);
31
void
UnparseWithModules(llvm::raw_ostream &,
SemanticsContext
&,
32
const
parser::Program &,
33
parser::Encoding encoding = parser::Encoding::UTF_8);
34
}
35
36
#endif
// FORTRAN_SEMANTICS_UNPARSE_WITH_SYMBOLS_H_
Fortran::common::LangOptions
Definition
LangOptions.h:58
Fortran::semantics::SemanticsContext
Definition
semantics.h:67
Fortran::common
Definition
bit-population-count.h:20
Fortran::parser
Definition
check-expression.h:19
Generated on
for FLANG by
1.14.0