reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/StmtOpenMP.h
 1129   ArrayRef<Expr *> updates() { return getUpdates(); }
 1132     return const_cast<OMPLoopDirective *>(this)->getUpdates();
tools/clang/lib/AST/StmtOpenMP.cpp
   66   std::copy(A.begin(), A.end(), getUpdates().begin());