HomeSort by relevance Sort by last modified time
    Searched refs:CrashRecoveryContextCleanupRegistrar (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
CrashRecoveryContext.h 179 class CrashRecoveryContextCleanupRegistrar {
182 CrashRecoveryContextCleanupRegistrar(T *x)
188 ~CrashRecoveryContextCleanupRegistrar() {
  /external/clang/lib/Parse/
ParseAST.cpp 49 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get());
74 llvm::CrashRecoveryContextCleanupRegistrar<Parser>
  /external/clang/tools/libclang/
Indexing.cpp 293 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
301 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> >
322 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation,
332 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner>
360 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner>
368 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction>
526 llvm::CrashRecoveryContextCleanupRegistrar<IndexingContext>
533 llvm::CrashRecoveryContextCleanupRegistrar<IndexingConsumer>
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 666 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit>
668 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
765 llvm::CrashRecoveryContextCleanupRegistrar<ASTReader>
    [all...]

Completed in 190 milliseconds