Searched refs:CurrentEntry (Results 1 – 11 of 11) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | YAMLParser.h | 339 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 340 return Base->CurrentEntry; 344 assert(Base && Base->CurrentEntry && 346 return *Base->CurrentEntry; 350 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!"); 351 return Base->CurrentEntry; 363 assert((Base->CurrentEntry == Other.Base->CurrentEntry) 378 if (!Base->CurrentEntry) 448 KeyValueNode *CurrentEntry = nullptr; variable 506 Node *CurrentEntry = nullptr; variable
|
| H A D | VirtualFileSystem.h | 175 directory_entry CurrentEntry; member 189 if (Impl->CurrentEntry.path().empty()) in directory_iterator() 200 if (Impl->CurrentEntry.path().empty()) in increment() 205 const directory_entry &operator*() const { return Impl->CurrentEntry; } 206 const directory_entry *operator->() const { return &Impl->CurrentEntry; } 210 return Impl->CurrentEntry.path() == RHS.Impl->CurrentEntry.path();
|
| H A D | FileSystem.h | 1415 directory_entry CurrentEntry; member 1454 const directory_entry &operator*() const { return State->CurrentEntry; } 1455 const directory_entry *operator->() const { return &State->CurrentEntry; } 1461 return State->CurrentEntry == directory_entry(); 1463 return RHS.State->CurrentEntry == directory_entry(); 1464 return State->CurrentEntry == RHS.State->CurrentEntry;
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | YAMLParser.cpp | 2264 CurrentEntry = nullptr; in increment() 2267 if (CurrentEntry) { in increment() 2268 CurrentEntry->skip(); in increment() 2271 CurrentEntry = nullptr; in increment() 2284 CurrentEntry = nullptr; in increment() 2291 CurrentEntry = nullptr; in increment() 2305 CurrentEntry = nullptr; in increment() 2320 CurrentEntry = nullptr; in increment() 2323 if (CurrentEntry) in increment() 2324 CurrentEntry->skip(); in increment() [all …]
|
| H A D | VirtualFileSystem.cpp | 393 CurrentEntry = directory_entry(Iter->path(), Iter->type()); in RealFSDirIter() 399 CurrentEntry = (Iter == llvm::sys::fs::directory_iterator()) in increment() 539 CurrentEntry = directory_entry(); in incrementImpl() 542 CurrentEntry = *CurrentDirIter; in incrementImpl() 543 StringRef Name = llvm::sys::path::filename(CurrentEntry.path()); in incrementImpl() 1096 CurrentEntry = directory_entry(std::string(Path.str()), Type); in setCurrentEntry() 1100 CurrentEntry = directory_entry(); in setCurrentEntry() 1257 CurrentEntry = directory_entry(std::string(PathStr.str()), Type); in incrementImpl() 1259 CurrentEntry = directory_entry(); in incrementImpl() 1303 CurrentEntry = directory_entry(std::string(NewPath), ExternalIter->type()); in setCurrentEntry() [all …]
|
| /llvm-project-15.0.7/lldb/unittests/Host/ |
| H A D | FileSystemTest.cpp | 104 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in DirIterImpl() 114 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in increment() 120 CurrentEntry = vfs::directory_entry(); in increment()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 494 Optional<Entry> CurrentEntry; variable 521 const Entry &operator*() const { return *CurrentEntry; }
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 1031 IT.CurrentEntry = 1044 IT.CurrentEntry = directory_entry(); 1070 IT.CurrentEntry.replace_filename(
|
| /llvm-project-15.0.7/llvm/lib/Support/Unix/ |
| H A D | Path.inc | 903 it.CurrentEntry = directory_entry(path_null.str(), follow_symlinks); 911 it.CurrentEntry = directory_entry(); 939 It.CurrentEntry.replace_filename(Name, direntType(CurDir));
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 835 CurrentEntry = std::move(*EntryOr); in getEntryAtCurrentOffset()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | VirtualFileSystemTest.cpp | 114 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in DirIterImpl() 124 CurrentEntry = vfs::directory_entry(std::string(I->second.getName()), in increment() 130 CurrentEntry = vfs::directory_entry(); in increment()
|