Lines Matching refs:Cache
1207 // duplicate module builds don't collide in the cache as their output order
1401 // Write out the specific module cache path that contains the module files.
1427 // Detailed record is important since it is used for the module cache hash.
1517 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1518 if (!Cache->OrigEntry)
1522 Entry.File = Cache->OrigEntry;
1523 Entry.IsSystemFile = Cache->IsSystemFile;
1524 Entry.IsTransient = Cache->IsTransient;
1525 Entry.BufferOverridden = Cache->BufferOverridden;
1526 if (Cache->IsSystemFile)
1870 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1871 if (Cache->OrigEntry) {