Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/include/llvm/Support/
DCrashRecoveryContext.h179 class CrashRecoveryContextCleanupRegistrar {
182 CrashRecoveryContextCleanupRegistrar(T *x) in CrashRecoveryContextCleanupRegistrar() function
188 ~CrashRecoveryContextCleanupRegistrar() { in ~CrashRecoveryContextCleanupRegistrar()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Parse/
DParseAST.cpp94 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get()); in ParseAST()
119 llvm::CrashRecoveryContextCleanupRegistrar<Parser> in ParseAST()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Frontend/
DASTUnit.cpp691 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromASTFile()
693 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromASTFile()
797 llvm::CrashRecoveryContextCleanupRegistrar<ASTReader> in LoadFromASTFile()
1126 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in Parse()
1214 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in Parse()
1584 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in getMainBufferWithPrecompiledPreamble()
1815 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit> in LoadFromCompilerInvocationAction()
1817 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine, in LoadFromCompilerInvocationAction()
1830 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance> in LoadFromCompilerInvocationAction()
1880 llvm::CrashRecoveryContextCleanupRegistrar<TopLevelDeclTrackerAction> in LoadFromCompilerInvocationAction()
[all …]