Home | History | Annotate | Download | only in Basic

Lines Matching refs:Entry

172   // See if there was already an entry in the map.  Note that the map
216 // See if there is already an entry in the map.
220 // See if there is already an entry in the map.
283 if (UFE.isValid()) { // Already have an entry with this inode, return it.
326 // See if there is already an entry in the map.
330 // See if there is already an entry in the map.
366 // If we already have an entry with this inode, return it.
415 FileManager::getBufferForFile(const FileEntry *Entry, bool isVolatile,
417 uint64_t FileSize = Entry->getSize();
423 const char *Filename = Entry->getName();
425 if (Entry->File) {
427 Entry->File->getBuffer(Filename, FileSize,
432 Entry->closeFile();
442 SmallString<128> FilePath(Entry->getName());
489 void FileManager::invalidateCache(const FileEntry *Entry) {
490 assert(Entry && "Cannot invalidate a NULL FileEntry");
492 SeenFileEntries.erase(Entry->getName());
497 UniqueRealFiles.erase(Entry->getUniqueID());