Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h282 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 …]
H A DFileSystem.h724 directory_entry CurrentEntry; member
756 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;
/minix3/external/bsd/llvm/dist/clang/include/clang/Basic/
H A DVirtualFileSystem.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);
/minix3/external/bsd/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1875 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 …]
/minix3/external/bsd/llvm/dist/clang/lib/Basic/
H A DVirtualFileSystem.cpp196 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 …]
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Unix/
H A DPath.inc479 it.CurrentEntry = directory_entry(path_null.str());
487 it.CurrentEntry = directory_entry();
501 it.CurrentEntry.replace_filename(name);
/minix3/external/bsd/llvm/dist/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp65 CurrentEntry = I->second; in DirIterImpl()
74 CurrentEntry = I->second; in increment()
79 CurrentEntry = vfs::Status(); in increment()
/minix3/external/bsd/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc603 it.CurrentEntry = directory_entry(directory_entry_path.str());
613 it.CurrentEntry = directory_entry();
639 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));