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

References

include/llvm/ADT/ScopedHashTable.h
  102   ScopedHashTableScope *getParentScope() { return PrevScope; }
  103   const ScopedHashTableScope *getParentScope() const { return PrevScope; }
  230   PrevScope = HT.CurScope;
  238   HT.CurScope = PrevScope;