Home
last modified time | relevance | path

Searched refs:GetCurrent (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCrashRecoveryContext.h70 static CrashRecoveryContext *GetCurrent();
159 if (CrashRecoveryContext *context = CrashRecoveryContext::GetCurrent()) in create()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DCrashRecoveryContext.cpp108 CrashRecoveryContext *CrashRecoveryContext::GetCurrent() { in GetCurrent() function in CrashRecoveryContext
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPragma.cpp1107 llvm::CrashRecoveryContext *CRC =llvm::CrashRecoveryContext::GetCurrent(); in HandlePragma()