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