Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DCrashRecoveryContext.h183 class CrashRecoveryContextCleanupRegistrar {
186 CrashRecoveryContextCleanupRegistrar(T *x) in CrashRecoveryContextCleanupRegistrar() function
192 ~CrashRecoveryContextCleanupRegistrar() { in ~CrashRecoveryContextCleanupRegistrar()
/external/clang/lib/Parse/
DParseAST.cpp94 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get()); in ParseAST()
119 llvm::CrashRecoveryContextCleanupRegistrar<Parser> in ParseAST()
/external/clang/tools/libclang/
DIndexing.cpp534 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_indexSourceFile_Impl()
542 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_indexSourceFile_Impl()
563 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation, in clang_indexSourceFile_Impl()
574 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner> BufOwnerCleanup( in clang_indexSourceFile_Impl()
605 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner> in clang_indexSourceFile_Impl()
621 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction> in clang_indexSourceFile_Impl()
773 llvm::CrashRecoveryContextCleanupRegistrar<IndexingContext> in clang_indexTranslationUnit_Impl()
780 llvm::CrashRecoveryContextCleanupRegistrar<IndexingConsumer> in clang_indexTranslationUnit_Impl()
DCIndex.cpp2963 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in clang_parseTranslationUnit_Impl()
2971 llvm::CrashRecoveryContextCleanupRegistrar< in clang_parseTranslationUnit_Impl()
2984 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> > in clang_parseTranslationUnit_Impl()
3255 llvm::CrashRecoveryContextCleanupRegistrar< in clang_reparseTranslationUnit_Impl()
/external/clang/lib/Frontend/
DASTUnit.cpp658 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromASTFile()
660 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromASTFile()
1028 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in Parse()
1118 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in Parse()
1493 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in getMainBufferWithPrecompiledPreamble()
1737 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromCompilerInvocationAction()
1739 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromCompilerInvocationAction()
1752 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in LoadFromCompilerInvocationAction()
1802 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in LoadFromCompilerInvocationAction()
1863 llvm::CrashRecoveryContextCleanupRegistrar<llvm::MemoryBuffer> in LoadFromCompilerInvocation()
[all …]