Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h4004 struct OpenACCCombinedConstruct { struct
4007 OpenACCCombinedConstruct(AccBeginCombinedDirective &&a) in OpenACCCombinedConstruct() argument
4011 t;
/external/llvm-project/flang/lib/Semantics/
Dresolve-directives.cpp125 void Post(const parser::OpenACCCombinedConstruct &) { PopContext(); } in Post()