HomeSort by relevance Sort by last modified time
    Searched refs:FakeContentCacheForRecovery (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Basic/
SourceManager.cpp 377 FakeContentCacheForRecovery(nullptr) {
403 delete FakeContentCacheForRecovery;
518 if (!FakeContentCacheForRecovery) {
519 FakeContentCacheForRecovery = new ContentCache();
520 FakeContentCacheForRecovery->replaceBuffer(getFakeBufferForRecovery(),
523 return FakeContentCacheForRecovery;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 690 mutable SrcMgr::ContentCache *FakeContentCacheForRecovery;
    [all...]

Completed in 143 milliseconds