|
FLANG
|
Public Member Functions | |
| TUPLE_CLASS_BOILERPLATE (OpenMPLoopConstruct) | |
| OpenMPLoopConstruct (OmpBeginLoopDirective &&a) | |
| const OmpBeginLoopDirective & | BeginDir () const |
| const std::optional< OmpEndLoopDirective > & | EndDir () const |
| const DoConstruct * | GetNestedLoop () const |
| const OpenMPLoopConstruct * | GetNestedConstruct () const |
Public Attributes | |
| CharBlock | source |
| std::tuple< OmpBeginLoopDirective, Block, std::optional< OmpEndLoopDirective > > | t |