HomeSort by relevance Sort by last modified time
    Searched refs:CrashRecoveryContextCleanupRegistrar (Results 1 - 6 of 6) 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 48 llvm::CrashRecoveryContextCleanupRegistrar<Sema> CleaupSema(S.get());
72 llvm::CrashRecoveryContextCleanupRegistrar<Parser>
  /external/clang/tools/libclang/
Indexing.cpp 299 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
307 llvm::CrashRecoveryContextCleanupRegistrar<std::vector<const char*> >
328 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInvocation,
338 llvm::CrashRecoveryContextCleanupRegistrar<MemBufferOwner>
362 llvm::CrashRecoveryContextCleanupRegistrar<CXTUOwner>
370 llvm::CrashRecoveryContextCleanupRegistrar<IndexingFrontendAction>
CIndex.cpp     [all...]
  /external/clang/lib/Frontend/
ASTUnit.cpp 542 llvm::CrashRecoveryContextCleanupRegistrar<ASTUnit>
544 llvm::CrashRecoveryContextCleanupRegistrar<DiagnosticsEngine,
634 llvm::CrashRecoveryContextCleanupRegistrar<ASTReader>
873 llvm::CrashRecoveryContextCleanupRegistrar<CompilerInstance>
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]

Completed in 361 milliseconds