Searched refs:FakeContentCacheForRecovery (Results 1 – 2 of 2) sorted by relevance
507 if (!FakeContentCacheForRecovery) { in getFakeContentCacheForRecovery()508 FakeContentCacheForRecovery = llvm::make_unique<SrcMgr::ContentCache>(); in getFakeContentCacheForRecovery()509 FakeContentCacheForRecovery->replaceBuffer(getFakeBufferForRecovery(), in getFakeContentCacheForRecovery()512 return FakeContentCacheForRecovery.get(); in getFakeContentCacheForRecovery()
691 mutable std::unique_ptr<SrcMgr::ContentCache> FakeContentCacheForRecovery; variable