Lines Matching refs:FileEntry
52 #define NON_EXISTENT_FILE reinterpret_cast<FileEntry*>((intptr_t)-1)
55 FileEntry::~FileEntry() {
56 // If this FileEntry owns an open file descriptor that never got used, close
100 llvm::StringMap<FileEntry, llvm::BumpPtrAllocator> UniqueFiles;
103 /// getFile - Return an existing FileEntry with the given name if
105 /// default-constructed FileEntry.
106 FileEntry &getFile(const char *Name, const struct stat & /*StatBuf*/) {
141 std::set<FileEntry> UniqueFiles;
144 /// getFile - Return an existing FileEntry with the given ID's if
146 /// default-constructed FileEntry.
147 FileEntry &getFile(const char * /*Name*/, const struct stat &StatBuf) {
149 const_cast<FileEntry&>(
150 *UniqueFiles.insert(FileEntry(StatBuf.st_dev,
312 const FileEntry *FileManager::getFile(llvm::StringRef Filename, bool openFile) {
316 llvm::StringMapEntry<FileEntry *> &NamedFileEnt =
360 FileEntry &UFE = UniqueRealFiles.getFile(InterndFileName, StatBuf);
383 const FileEntry *
389 llvm::StringMapEntry<FileEntry *> &NamedFileEnt =
402 FileEntry *UFE = 0;
440 UFE = new FileEntry();
467 getBufferForFile(const FileEntry *Entry, std::string *ErrorStr) {
549 llvm::SmallVectorImpl<const FileEntry *> &UIDToFiles) const {
554 for (llvm::StringMap<FileEntry*, llvm::BumpPtrAllocator>::const_iterator
561 for (llvm::SmallVector<FileEntry*, 4>::const_iterator