Searched defs:finals (Results 1 - 2 of 2) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | StmtOpenMP.h | 320 // updates/finals arrays). 333 // Offset to the end (and start of the following counters/updates/finals 572 /// \param Size Number of elements in the counters/finals/updates arrays. 757 ArrayRef<Expr *> finals() { return getFinals(); } function in class:clang::OMPLoopDirective 759 ArrayRef<Expr *> finals() const { function in class:clang::OMPLoopDirective |
H A D | OpenMPClause.h | 2084 finals_range finals() { function in class:clang::final 2087 finals_const_range finals() const { function in class:clang::final |
Completed in 371 milliseconds