Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3577 struct OpenMPDeclareTargetConstruct { struct
3579 CharBlock source;
3580 std::tuple<Verbatim, OmpDeclareTargetSpecifier> t;
/llvm-project-15.0.7/flang/lib/Parser/
H A Dunparse.cpp2388 [&](const OpenMPDeclareTargetConstruct &) { in Pre()