HomeSort by relevance Sort by last modified time
    Searched refs:ScopedFatalErrorHandler (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
ErrorHandling.h 57 /// ScopedFatalErrorHandler - This is a simple helper class which just
60 struct ScopedFatalErrorHandler {
61 explicit ScopedFatalErrorHandler(fatal_error_handler_t handler,
66 ~ScopedFatalErrorHandler() { remove_fatal_error_handler(); }
  /external/clang/tools/driver/
cc1as_main.cpp 420 ScopedFatalErrorHandler FatalErrorHandler

Completed in 1558 milliseconds