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 379 FakeContentCacheForRecovery(0) {
405 delete FakeContentCacheForRecovery;
531 if (!FakeContentCacheForRecovery) {
532 FakeContentCacheForRecovery = new ContentCache();
533 FakeContentCacheForRecovery->replaceBuffer(getFakeBufferForRecovery(),
536 return FakeContentCacheForRecovery;
    [all...]
  /external/clang/include/clang/Basic/
SourceManager.h 675 mutable SrcMgr::ContentCache *FakeContentCacheForRecovery;
    [all...]

Completed in 46 milliseconds