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

References

tools/clang/lib/AST/OpenMPClause.cpp
  430   void *Mem = C.Allocate(totalSizeToAlloc<Expr *>(VL.size()));
  432       new (Mem) OMPSharedClause(StartLoc, LParenLoc, EndLoc, VL.size());
  433   Clause->setVarRefs(VL);