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

Declarations

include/llvm/Support/CrashRecoveryContext.h
   69   static CrashRecoveryContext *GetCurrent();

References

include/llvm/Support/CrashRecoveryContext.h
  158       if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent())
tools/clang/lib/Lex/Pragma.cpp
 1109       llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent();