FLANG
Fortran::semantics::omp::OmpErrorArgs Struct Reference

#include <flang/Semantics/openmp-utils.h>

Public Attributes

parser::OmpAtClause::ActionTime at
parser::OmpSeverityClause::SevLevel severity
const parser::Exprmessage {nullptr}

Detailed Description

The AT, SEVERITY, and MESSAGE clause values of an !$omp error directive. at and severity default to AT(compilation)/SEVERITY(fatal) when absent; message is null when there is no MESSAGE clause.

Member Data Documentation

◆ at

parser::OmpAtClause::ActionTime Fortran::semantics::omp::OmpErrorArgs::at
Initial value:
{
parser::OmpAtClause::ActionTime::Compilation}

◆ severity

parser::OmpSeverityClause::SevLevel Fortran::semantics::omp::OmpErrorArgs::severity
Initial value:
{
parser::OmpSeverityClause::SevLevel::Fatal}

The documentation for this struct was generated from the following file: