Home
last modified time | relevance | path

Searched refs:OmpEndBlockDirective (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-omp-structure.h99 void Enter(const parser::OmpEndBlockDirective &);
Dcheck-omp-structure.cpp120 const auto &endBlockDir{std::get<parser::OmpEndBlockDirective>(x.t)}; in Enter()
245 void OmpStructureChecker::Enter(const parser::OmpEndBlockDirective &x) { in Enter()
Dresolve-names.cpp1183 bool Pre(const parser::OmpEndBlockDirective &x) { in Pre()
1187 void Post(const parser::OmpEndBlockDirective &) { in Post() argument
/external/llvm-project/flang/lib/Parser/
Dopenmp-parsers.cpp480 Parser<OmpEndBlockDirective>{} / endOmpLine))
518 startOmpLine >> sourced(construct<OmpEndBlockDirective>(
Dunparse.cpp2457 Walk(std::get<OmpEndBlockDirective>(x.t)); in Unparse()
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3755 struct OmpEndBlockDirective { struct
3756 TUPLE_CLASS_BOILERPLATE(OmpEndBlockDirective);
3763 std::tuple<OmpBeginBlockDirective, Block, OmpEndBlockDirective> t; argument
Ddump-parse-tree.h486 NODE(parser, OmpEndBlockDirective) in NODE()