9#ifndef FORTRAN_SEMANTICS_RESOLVE_DIRECTIVES_H_
10#define FORTRAN_SEMANTICS_RESOLVE_DIRECTIVES_H_
18namespace Fortran::semantics {
20class SemanticsContext;
24 SemanticsContext &,
const parser::ProgramUnit &, Scope *topScope);
25void ResolveOmpParts(SemanticsContext &,
const parser::ProgramUnit &);
26void ResolveOmpTopLevelParts(SemanticsContext &,
const parser::Program &);
Definition: check-expression.h:19