Home
last modified time | relevance | path

Searched refs:startOmpLine (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp23 constexpr auto startOmpLine = skipStuffBeforeStatement >> "!$OMP "_sptok; variable
451 TYPE_PARSER(construct<OmpEndAtomic>(startOmpLine >> "END ATOMIC"_tok))
491 TYPE_PARSER(startOmpLine >>
525 TYPE_PARSER(startOmpLine >>
551 startOmpLine >> sourced(construct<OmpEndSectionsDirective>(
559 TYPE_PARSER(maybe(startOmpLine >> "SECTION"_tok / endOmpLine) >>
562 startOmpLine >> "SECTION"_tok / endOmpLine)))
570 startOmpLine >>
584 startOmpLine >> sourced(construct<OmpEndBlockDirective>(
590 startOmpLine >> sourced(construct<OmpEndLoopDirective>(