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

References

tools/clang/lib/AST/Interp/Program.cpp
   48   unsigned I = Globals.size();
   52   Globals.push_back(G);
   83   assert(Idx < Globals.size());
   84   return Pointer(Globals[Idx]->block());
  177   unsigned I = Globals.size();
  183   Globals.push_back(G);
tools/clang/lib/AST/Interp/Program.h
   55     assert(Idx < Globals.size());
   56     return Globals[Idx]->block();