Mercurial > hg > CbC > CbC_llvm
comparison flang/lib/Semantics/compute-offsets.h @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 0572611fdcc8 |
children |
comparison
equal
deleted
inserted
replaced
173:0572611fdcc8 | 207:2e18cbf3894f |
---|---|
9 #ifndef FORTRAN_SEMANTICS_COMPUTE_OFFSETS_H_ | 9 #ifndef FORTRAN_SEMANTICS_COMPUTE_OFFSETS_H_ |
10 #define FORTRAN_SEMANTICS_COMPUTE_OFFSETS_H_ | 10 #define FORTRAN_SEMANTICS_COMPUTE_OFFSETS_H_ |
11 namespace Fortran::semantics { | 11 namespace Fortran::semantics { |
12 | 12 |
13 class SemanticsContext; | 13 class SemanticsContext; |
14 void ComputeOffsets(SemanticsContext &); | 14 class Scope; |
15 | 15 |
16 void ComputeOffsets(SemanticsContext &, Scope &); | |
16 } // namespace Fortran::semantics | 17 } // namespace Fortran::semantics |
17 #endif | 18 #endif |