Home
last modified time | relevance | path

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

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