Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseAST.cpp109 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get()); in ParseAST()
131 llvm::CrashRecoveryContextCleanupRegistrar<const void, ResetStackCleanup> in ParseAST()
136 llvm::CrashRecoveryContextCleanupRegistrar<Parser> in ParseAST()
/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h183 class CrashRecoveryContextCleanupRegistrar {
187 CrashRecoveryContextCleanupRegistrar(T *x) in CrashRecoveryContextCleanupRegistrar() function
193 ~CrashRecoveryContextCleanupRegistrar() { unregister(); } in ~CrashRecoveryContextCleanupRegistrar()
/external/clang/tools/libclang/
DIndexing.cpp510 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_indexSourceFile_Impl()
518 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_indexSourceFile_Impl()
539 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation, in clang_indexSourceFile_Impl()
550 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner> BufOwnerCleanup( in clang_indexSourceFile_Impl()
582 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
598 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction> in clang_indexSourceFile_Impl()
728 llvm::CrashRecoveryContextCleanupRegistrar<IndexingContext> in clang_indexTranslationUnit_Impl()
735 llvm::CrashRecoveryContextCleanupRegistrar<IndexingConsumer> in clang_indexTranslationUnit_Impl()
DCIndex.cpp3103 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_parseTranslationUnit_Impl()
3111 llvm::CrashRecoveryContextCleanupRegistrar< in clang_parseTranslationUnit_Impl()
3124 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_parseTranslationUnit_Impl()
3391 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()
1512 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in getMainBufferWithPrecompiledPreamble()
1758 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromCompilerInvocationAction()
1760 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromCompilerInvocationAction()
1774 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in LoadFromCompilerInvocationAction()
1824 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in LoadFromCompilerInvocationAction()
1888 llvm::CrashRecoveryContextCleanupRegistrar<llvm::MemoryBuffer> in LoadFromCompilerInvocation()
[all …]