Home
last modified time | relevance | path

Searched refs:getClauses (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/AST/
DStmtOpenMP.h52 MutableArrayRef<OMPClause *> getClauses() { in getClauses() function
211 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()
/external/clang/lib/AST/
DStmtOpenMP.cpp23 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin()); in setClauses()