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

References

tools/clang/lib/AST/Interp/Program.cpp
   50   auto *G = new (Allocator, Sz) Global(Desc, /*isStatic=*/true,
  179   auto *G = new (Allocator, Desc->getAllocSize())
  290   Record *R = new (Allocator) Record(RD, std::move(Bases), std::move(Fields),
tools/clang/lib/AST/Interp/Program.h
  190     return new (Allocator) Descriptor(std::forward<Ts>(Args)...);