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