FLANG
Fortran::parser::OmpDirectiveSpecification Struct Reference
Inheritance diagram for Fortran::parser::OmpDirectiveSpecification:
Fortran::parser::OmpBeginDirective Fortran::parser::OmpEndDirective Fortran::parser::OmpBeginLoopDirective Fortran::parser::OmpBeginSectionsDirective Fortran::parser::OmpEndLoopDirective Fortran::parser::OmpEndSectionsDirective Fortran::parser::OpenMPMisplacedEndDirective

Public Types

using Flags = common::EnumSet<Flag, Flag_enumSize>

Public Member Functions

 TUPLE_CLASS_BOILERPLATE (OmpDirectiveSpecification)
const OmpDirectiveNameDirName () const
llvm::omp::Directive DirId () const
const OmpArgumentListArguments () const
const OmpClauseListClauses () const

Public Attributes

CharBlock source
std::tuple< OmpDirectiveName, std::optional< OmpArgumentList >, std::optional< OmpClauseList >, Flagst

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