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

References

tools/clang/lib/AST/OpenMPClause.cpp
  562   void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(4 * VL.size()));
  564       new (Mem) OMPCopyinClause(StartLoc, LParenLoc, EndLoc, VL.size());
  565   Clause->setVarRefs(VL);