Home | History | Annotate | Download | only in Serialization

Lines Matching defs:Cache

1259     const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1260 if (!Cache->OrigEntry)
1264 Entry.File = Cache->OrigEntry;
1265 Entry.IsSystemFile = Cache->IsSystemFile;
1266 Entry.BufferOverridden = Cache->BufferOverridden;
1267 if (Cache->IsSystemFile)
1627 const SrcMgr::ContentCache *Cache = SLoc->getFile().getContentCache();
1628 if (Cache->OrigEntry) {