Searched refs:OmpDeclareTargetWithList (Results 1 – 4 of 4) sorted by relevance
377 TYPE_PARSER(sourced(construct<OmpDeclareTargetWithList>(386 construct<OmpDeclareTargetSpecifier>(Parser<OmpDeclareTargetWithList>{}) ||
2310 void Unparse(const OmpDeclareTargetWithList &x) { in Unparse()
3532 struct OmpDeclareTargetWithList { struct3533 WRAPPER_CLASS_BOILERPLATE(OmpDeclareTargetWithList, OmpObjectList);3544 std::variant<OmpDeclareTargetWithList, OmpDeclareTargetWithClause> u; argument
470 NODE(parser, OmpDeclareTargetWithList) in NODE()