Searched refs:OmpDeclareTargetWithList (Results 1 – 4 of 4) sorted by relevance
422 TYPE_PARSER(sourced(construct<OmpDeclareTargetWithList>(431 construct<OmpDeclareTargetSpecifier>(Parser<OmpDeclareTargetWithList>{}) ||
2334 void Unparse(const OmpDeclareTargetWithList &x) { in Unparse()
3562 struct OmpDeclareTargetWithList { struct3563 WRAPPER_CLASS_BOILERPLATE(OmpDeclareTargetWithList, OmpObjectList);3574 std::variant<OmpDeclareTargetWithList, OmpDeclareTargetWithClause> u; argument
478 NODE(parser, OmpDeclareTargetWithList) in NODE()