Home
last modified time | relevance | path

Searched defs:OmpBeginLoopDirective (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3803 struct OmpBeginLoopDirective { struct
3805 std::tuple<OmpLoopDirective, OmpClauseList> t;
3806 CharBlock source;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp306 void Post(const parser::OmpBeginLoopDirective &) { in Post()
H A Dresolve-names.cpp1348 void Post(const parser::OmpBeginLoopDirective &) { in Post()