Searched defs:RunSafely (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DCrashRecoveryContext.cpp51 // Jump back to the RunSafely we were called under.
296 bool CrashRecoveryContext::RunSafely(void (*Fn)(void*), void *UserData) { function in class:CrashRecoveryContext
339 Info->Result = Info->CRC->RunSafely(Info->UserFn, Info->UserData);
/external/clang/tools/libclang/
H A DCIndex.cpp2663 if (!RunSafely(CRC, clang_parseTranslationUnit_Impl, &PTUI)) {
2745 if (!RunSafely(CRC, clang_saveTranslationUnit_Impl, &STUI)) {
2846 if (!RunSafely(CRC, clang_reparseTranslationUnit_Impl, &RTUI)) {
5493 if (!RunSafely(CRC, clang_annotateTokensImpl, &data,
6044 bool RunSafely(llvm::CrashRecoveryContext &CRC, function in namespace:clang
6051 return CRC.RunSafely(Fn, UserData);

Completed in 173 milliseconds