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 94 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleanupSema(S.get());
119 llvm::CrashRecoveryContextCleanupRegistrar<Parser>
  /external/clang/tools/libclang/
Indexing.cpp 552 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
560 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> >
581 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation,
591 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner>
617 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner>
633 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction>
777 llvm::CrashRecoveryContextCleanupRegistrar<IndexingContext>
784 llvm::CrashRecoveryContextCleanupRegistrar<IndexingConsumer>
    [all...]
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 690 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit>
692 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
796 llvm::CrashRecoveryContextCleanupRegistrar<ASTReader>
    [all...]

Completed in 249 milliseconds