Home
last modified time | relevance | path

Searched refs:CurrentEntry (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDYAMLParser.h313 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 …]
HDFileSystem.h725 directory_entry CurrentEntry; member
757 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;
/NextBSD/contrib/llvm/tools/clang/include/clang/Basic/
HDVirtualFileSystem.h109 Status CurrentEntry; member
121 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);
/NextBSD/contrib/llvm/lib/Support/
HDYAMLParser.cpp2125 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 …]
/NextBSD/contrib/llvm/tools/clang/lib/Basic/
HDVirtualFileSystem.cpp194 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 …]
/NextBSD/contrib/llvm/lib/Support/Unix/
HDPath.inc475 it.CurrentEntry = directory_entry(path_null.str());
483 it.CurrentEntry = directory_entry();
497 it.CurrentEntry.replace_filename(name);
/NextBSD/contrib/llvm/lib/Support/Windows/
HDPath.inc600 it.CurrentEntry = directory_entry(directory_entry_path);
610 it.CurrentEntry = directory_entry();
636 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));