Home | History | Annotate | Download | only in AST

Lines Matching refs:getClauses

52   MutableArrayRef<OMPClause *> getClauses() {
211 Stmt **ChildStorage = reinterpret_cast<Stmt **>(getClauses().end());
215 ArrayRef<OMPClause *> clauses() { return getClauses(); }
218 return const_cast<OMPExecutableDirective *>(this)->getClauses();