Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3498 struct OmpBeginSectionsDirective { struct
3518 std::tuple<OmpBeginSectionsDirective, OmpSectionBlocks, argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1220 void Post(const parser::OmpBeginSectionsDirective &) { in Post()