Home
last modified time | relevance | path

Searched defs:OmpEndBlockDirective (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3821 struct OmpEndBlockDirective { struct
3829 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1335 void Post(const parser::OmpEndBlockDirective &) { in Post()