Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h3503 struct OmpEndSectionsDirective { struct
3519 OmpEndSectionsDirective> argument
/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1227 void Post(const parser::OmpEndSectionsDirective &) { in Post()