Home
last modified time | relevance | path

Searched refs:AccBeginBlockDirective (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenacc-parsers.cpp196 TYPE_PARSER(sourced(construct<AccBeginBlockDirective>(
203 Parser<AccBeginBlockDirective>{} / endAccLine, block,
H A Dunparse.cpp1891 Walk(std::get<AccBeginBlockDirective>(x.t)); in Unparse()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-acc-structure.cpp96 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Enter()
106 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Leave()
H A Dresolve-directives.cpp134 void Post(const parser::AccBeginBlockDirective &) { in Post() argument
596 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in Pre()
H A Dresolve-names.cpp1259 bool Pre(const parser::AccBeginBlockDirective &x) { in Pre()
1263 void Post(const parser::AccBeginBlockDirective &) { in Post() argument
1283 const auto &beginBlockDir{std::get<parser::AccBeginBlockDirective>(x.t)}; in NeedsScope()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h4014 struct AccBeginBlockDirective { struct
4015 TUPLE_CLASS_BOILERPLATE(AccBeginBlockDirective);
4067 std::tuple<AccBeginBlockDirective, Block, AccEndBlockDirective> t;
H A Ddump-parse-tree.h62 NODE(parser, AccBeginBlockDirective) in NODE()
/llvm-project-15.0.7/flang/lib/Lower/
H A DOpenACC.cpp623 std::get<Fortran::parser::AccBeginBlockDirective>(blockConstruct.t); in genACC()