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

Declarations

include/llvm/Support/ErrorHandling.h
   49   void remove_fatal_error_handler();

References

include/llvm/Support/ErrorHandling.h
   60     ~ScopedFatalErrorHandler() { remove_fatal_error_handler(); }
lib/Support/ErrorHandling.cpp
  230   remove_fatal_error_handler();
tools/clang/tools/driver/cc1_main.cpp
  278   llvm::remove_fatal_error_handler();
tools/clang/tools/libclang/FatalErrorHandler.cpp
   23   llvm::remove_fatal_error_handler();
   28   llvm::remove_fatal_error_handler();