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

References

include/llvm/ADT/ScopedHashTable.h
  174     assert(!CurScope && TopLevelMap.empty() && "Scope imbalance!");
  195     insertIntoScope(CurScope, Key, Val);
  209   ScopeTy *getCurScope() { return CurScope; }
  210   const ScopeTy *getCurScope() const { return CurScope; }
  230   PrevScope = HT.CurScope;
  231   HT.CurScope = this;
  237   assert(HT.CurScope == this && "Scope imbalance!");
  238   HT.CurScope = PrevScope;