Lines Matching refs:Cache
1257 // duplicate module builds don't collide in the cache as their output order
1458 // Write out the specific module cache path that contains the module files.
1484 // Detailed record is important since it is used for the module cache hash.
1574 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1575 if (!Cache->OrigEntry)
1579 Entry.File = Cache->OrigEntry;
1580 Entry.IsSystemFile = Cache->IsSystemFile;
1581 Entry.IsTransient = Cache->IsTransient;
1582 Entry.BufferOverridden = Cache->BufferOverridden;
1583 if (Cache->IsSystemFile)
1933 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1934 if (Cache->OrigEntry) {