Searched refs:CurrentEntry (Results 1 – 7 of 7) sorted by relevance
313 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");314 return Base->CurrentEntry;318 assert(Base && Base->CurrentEntry &&320 return *Base->CurrentEntry;324 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");325 return Base->CurrentEntry;332 Base->CurrentEntry != Other.Base->CurrentEntry;339 if (!Base->CurrentEntry)387 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()408 KeyValueNode *CurrentEntry; variable[all …]
725 directory_entry CurrentEntry; member757 const directory_entry &operator*() const { return State->CurrentEntry; }758 const directory_entry *operator->() const { return &State->CurrentEntry; }764 return State->CurrentEntry == directory_entry();766 return RHS.State->CurrentEntry == directory_entry();767 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);
2125 CurrentEntry = nullptr; in increment()2128 if (CurrentEntry) { in increment()2129 CurrentEntry->skip(); in increment()2132 CurrentEntry = nullptr; in increment()2139 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()2145 CurrentEntry = nullptr; in increment()2151 CurrentEntry = nullptr; in increment()2164 CurrentEntry = nullptr; in increment()2171 CurrentEntry = nullptr; in increment()2179 CurrentEntry = nullptr; in increment()[all …]
194 CurrentEntry = Status(S); in RealFSDirIter()195 CurrentEntry.setName(Iter->path()); in RealFSDirIter()206 CurrentEntry = Status(); in increment()210 CurrentEntry = Status(S); in increment()211 CurrentEntry.setName(Iter->path()); in increment()294 CurrentEntry = Status(); in incrementImpl()297 CurrentEntry = *CurrentDirIter; in incrementImpl()298 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName()); in incrementImpl()1125 CurrentEntry = *S; in VFSFromYamlDirIterImpl()1139 CurrentEntry = *S; in increment()[all …]
475 it.CurrentEntry = directory_entry(path_null.str());483 it.CurrentEntry = directory_entry();497 it.CurrentEntry.replace_filename(name);
600 it.CurrentEntry = directory_entry(directory_entry_path);610 it.CurrentEntry = directory_entry();636 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));