Searched refs:OmpDependSinkVecLength (Results 1 – 4 of 4) sorted by relevance
113 TYPE_PARSER(construct<OmpDependSinkVecLength>(117 construct<OmpDependSinkVec>(name, maybe(Parser<OmpDependSinkVecLength>{})))
2019 void Unparse(const OmpDependSinkVecLength &x) { in Unparse()2025 Walk(std::get<std::optional<OmpDependSinkVecLength>>(x.t)); in Unparse()
3433 struct OmpDependSinkVecLength { struct3434 TUPLE_CLASS_BOILERPLATE(OmpDependSinkVecLength);3441 std::tuple<Name, std::optional<OmpDependSinkVecLength>> t; argument
483 NODE(parser, OmpDependSinkVecLength) in NODE()