Home
last modified time | relevance | path

Searched refs:OmpDeclareTargetWithList (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dopenmp-parsers.cpp422 TYPE_PARSER(sourced(construct<OmpDeclareTargetWithList>(
431 construct<OmpDeclareTargetSpecifier>(Parser<OmpDeclareTargetWithList>{}) ||
H A Dunparse.cpp2334 void Unparse(const OmpDeclareTargetWithList &x) { in Unparse()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h3562 struct OmpDeclareTargetWithList { struct
3563 WRAPPER_CLASS_BOILERPLATE(OmpDeclareTargetWithList, OmpObjectList);
3574 std::variant<OmpDeclareTargetWithList, OmpDeclareTargetWithClause> u; argument
H A Ddump-parse-tree.h478 NODE(parser, OmpDeclareTargetWithList) in NODE()