Lines Matching refs:Entry
32 const FileEntry *Entry = FileMgr.getFile(Name, /*openFile=*/false,
34 if (Entry)
35 return lookup(Entry);
51 const FileEntry *Entry = FileMgr.getFile(Name, /*openFile=*/false,
53 return std::move(InMemoryBuffers[Entry]);
67 // Look for the file entry. This only fails if the expected size or
69 const FileEntry *Entry;
77 if (lookupModuleFile(FileName, ExpectedSize, ExpectedModTime, Entry)) {
82 if (!Entry && FileName != "-") {
88 ModuleFile *&ModuleEntry = Modules[Entry];
95 New->File = Entry;
159 // invalidate the file cache for Entry, and that is not safe if this
161 Modules.erase(Entry);
250 const FileEntry *Entry =
252 InMemoryBuffers[Entry] = std::move(Buffer);