Searched refs:CurrentEntry (Results 1 – 8 of 8) sorted by relevance
282 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");283 return Base->CurrentEntry;287 assert(Base && Base->CurrentEntry &&289 return *Base->CurrentEntry;293 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");294 return Base->CurrentEntry;301 Base->CurrentEntry != Other.Base->CurrentEntry;308 if (!Base->CurrentEntry)356 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()377 KeyValueNode *CurrentEntry; variable[all …]
724 directory_entry CurrentEntry; member756 const directory_entry &operator*() const { return State->CurrentEntry; }757 const directory_entry *operator->() const { return &State->CurrentEntry; }763 return State->CurrentEntry == directory_entry();765 return RHS.State->CurrentEntry == directory_entry();766 return State->CurrentEntry == RHS.State->CurrentEntry;
109 Status CurrentEntry; member121 if (!Impl->CurrentEntry.isStatusKnown()) in directory_iterator()132 if (EC || !Impl->CurrentEntry.isStatusKnown()) in increment()137 const Status &operator*() const { return Impl->CurrentEntry; }138 const Status *operator->() const { return &Impl->CurrentEntry; }142 return Impl->CurrentEntry.equivalent(RHS.Impl->CurrentEntry);
1875 CurrentEntry = nullptr; in increment()1878 if (CurrentEntry) { in increment()1879 CurrentEntry->skip(); in increment()1882 CurrentEntry = nullptr; in increment()1889 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()1895 CurrentEntry = nullptr; in increment()1901 CurrentEntry = nullptr; in increment()1914 CurrentEntry = nullptr; in increment()1921 CurrentEntry = nullptr; in increment()1929 CurrentEntry = nullptr; in increment()[all …]
196 CurrentEntry = Status(S); in RealFSDirIter()197 CurrentEntry.setName(Iter->path()); in RealFSDirIter()208 CurrentEntry = Status(); in increment()212 CurrentEntry = Status(S); in increment()213 CurrentEntry.setName(Iter->path()); in increment()296 CurrentEntry = Status(); in incrementImpl()299 CurrentEntry = *CurrentDirIter; in incrementImpl()300 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName()); in incrementImpl()1145 CurrentEntry = *S; in VFSFromYamlDirIterImpl()1159 CurrentEntry = *S; in increment()[all …]
479 it.CurrentEntry = directory_entry(path_null.str());487 it.CurrentEntry = directory_entry();501 it.CurrentEntry.replace_filename(name);
65 CurrentEntry = I->second; in DirIterImpl()74 CurrentEntry = I->second; in increment()79 CurrentEntry = vfs::Status(); in increment()
603 it.CurrentEntry = directory_entry(directory_entry_path.str());613 it.CurrentEntry = directory_entry();639 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));