Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h4014 struct AccBeginBlockDirective { struct
4016 CharBlock source;
4017 std::tuple<AccBlockDirective, AccClauseList> t;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp134 void Post(const parser::AccBeginBlockDirective &) { in Post()
H A Dresolve-names.cpp1263 void Post(const parser::AccBeginBlockDirective &) { in Post()