9#ifndef FORTRAN_SEMANTICS_RESOLVE_NAMES_H_
10#define FORTRAN_SEMANTICS_RESOLVE_NAMES_H_
20namespace Fortran::semantics {
23class SemanticsContext;
26bool ResolveNames(SemanticsContext &,
const parser::Program &, Scope &top);
27void ResolveSpecificationParts(SemanticsContext &,
const Symbol &);
28void DumpSymbols(llvm::raw_ostream &);
Definition: check-expression.h:19