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

Declarations

tools/clang/include/clang/AST/OpenMPClause.h
  165   static const OMPClauseWithPostUpdate *get(const OMPClause *C);

References

tools/clang/include/clang/AST/OpenMPClause.h
  151     assert(get(This) && "get is not tuned for post-update.");
tools/clang/lib/AST/OpenMPClause.cpp
  145   auto *Res = OMPClauseWithPostUpdate::get(const_cast<const OMPClause *>(C));