Home
last modified time | relevance | path

Searched refs:CrashRecoveryContextCleanupRegistrar (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DCrashRecoveryContext.h179 class CrashRecoveryContextCleanupRegistrar {
182 CrashRecoveryContextCleanupRegistrar(T *x) in CrashRecoveryContextCleanupRegistrar() function
188 ~CrashRecoveryContextCleanupRegistrar() { in ~CrashRecoveryContextCleanupRegistrar()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h174 class CrashRecoveryContextCleanupRegistrar {
178 CrashRecoveryContextCleanupRegistrar(T *x) in CrashRecoveryContextCleanupRegistrar() function
184 ~CrashRecoveryContextCleanupRegistrar() { unregister(); } in ~CrashRecoveryContextCleanupRegistrar()
/external/clang/lib/Parse/
DParseAST.cpp108 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get()); in ParseAST()
130 llvm::CrashRecoveryContextCleanupRegistrar<const void, ResetStackCleanup> in ParseAST()
135 llvm::CrashRecoveryContextCleanupRegistrar<Parser> in ParseAST()
/external/clang/tools/libclang/
DIndexing.cpp458 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_indexSourceFile_Impl()
466 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_indexSourceFile_Impl()
487 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation, in clang_indexSourceFile_Impl()
498 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner> BufOwnerCleanup( in clang_indexSourceFile_Impl()
530 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
551 llvm::CrashRecoveryContextCleanupRegistrar<FrontendAction> in clang_indexSourceFile_Impl()
DCIndex.cpp3214 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_parseTranslationUnit_Impl()
3222 llvm::CrashRecoveryContextCleanupRegistrar< in clang_parseTranslationUnit_Impl()
3235 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_parseTranslationUnit_Impl()
3809 llvm::CrashRecoveryContextCleanupRegistrar< in clang_reparseTranslationUnit_Impl()
/external/clang/lib/Frontend/
DASTUnit.cpp662 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromASTFile()
664 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromASTFile()
1046 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in Parse()
1135 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in Parse()
1520 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in getMainBufferWithPrecompiledPreamble()
1766 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromCompilerInvocationAction()
1768 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromCompilerInvocationAction()
1782 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in LoadFromCompilerInvocationAction()
1832 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in LoadFromCompilerInvocationAction()
1896 llvm::CrashRecoveryContextCleanupRegistrar<llvm::MemoryBuffer> in LoadFromCompilerInvocation()
[all …]