Searched refs:FakeContentCacheForRecovery (Results 1 – 2 of 2) sorted by relevance
484 if (!FakeContentCacheForRecovery) { in getFakeContentCacheForRecovery()485 FakeContentCacheForRecovery = llvm::make_unique<SrcMgr::ContentCache>(); in getFakeContentCacheForRecovery()486 FakeContentCacheForRecovery->replaceBuffer(getFakeBufferForRecovery(), in getFakeContentCacheForRecovery()489 return FakeContentCacheForRecovery.get(); in getFakeContentCacheForRecovery()
726 mutable std::unique_ptr<SrcMgr::ContentCache> FakeContentCacheForRecovery; variable