Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3815 struct OmpBeginBlockDirective { struct
3829 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp297 void Post(const parser::OmpBeginBlockDirective &) { in Post()
H A Dcheck-omp-structure.cpp899 void OmpStructureChecker::Leave(const parser::OmpBeginBlockDirective &) { in Leave()
H A Dresolve-names.cpp1328 void Post(const parser::OmpBeginBlockDirective &) { in Post()