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,
   50   auto *G = new (Allocator, Sz) Global(Desc, /*isStatic=*/true,
  179   auto *G = new (Allocator, Desc->getAllocSize())
  180       Global(getCurrentDecl(), Desc, IsStatic, IsExtern);
tools/clang/lib/AST/Interp/Program.h
  177   std::vector<Global *> Globals;