Home
last modified time | relevance | path

Searched defs:AccEndBlockDirective (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3937 struct AccEndBlockDirective { struct
3939 WRAPPER_CLASS_BOILERPLATE(AccEndBlockDirective, AccBlockDirective); argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1122 void Post(const parser::AccEndBlockDirective &) { in Post()