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

References

lib/Target/WebAssembly/WebAssemblyExceptionInfo.h
   58   WebAssemblyException *getParentException() const { return ParentException; }
   59   void setParentException(WebAssemblyException *WE) { ParentException = WE; }
  105     for (const WebAssemblyException *CurException = ParentException;
  106          CurException; CurException = CurException->ParentException)