Searched refs:getClauses (Results 1 – 2 of 2) sorted by relevance
52 MutableArrayRef<OMPClause *> getClauses() { in getClauses() function204 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end()); in children()208 ArrayRef<OMPClause *> clauses() { return getClauses(); } in clauses()211 return const_cast<OMPExecutableDirective *>(this)->getClauses(); in clauses()
1493 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin()); in setClauses()