Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3755 struct OmpEndBlockDirective { struct
3763 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1187 void Post(const parser::OmpEndBlockDirective &) { in Post()