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
204 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()
/external/clang/lib/AST/
DStmt.cpp1493 std::copy(Clauses.begin(), Clauses.end(), getClauses().begin()); in setClauses()