Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLParser.h281 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
282 return Base->CurrentEntry;
286 assert(Base && Base->CurrentEntry &&
288 return *Base->CurrentEntry;
292 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
293 return Base->CurrentEntry;
300 Base->CurrentEntry != Other.Base->CurrentEntry;
307 if (!Base->CurrentEntry)
355 IsAtEnd(false), CurrentEntry(nullptr) {} in MappingNode()
376 KeyValueNode *CurrentEntry; variable
[all …]
DFileSystem.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;
/external/clang/include/clang/Basic/
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);
/external/llvm/lib/Support/
DYAMLParser.cpp1874 CurrentEntry = nullptr; in increment()
1877 if (CurrentEntry) { in increment()
1878 CurrentEntry->skip(); in increment()
1881 CurrentEntry = nullptr; in increment()
1888 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
1894 CurrentEntry = nullptr; in increment()
1900 CurrentEntry = nullptr; in increment()
1913 CurrentEntry = nullptr; in increment()
1920 CurrentEntry = nullptr; in increment()
1928 CurrentEntry = nullptr; in increment()
[all …]
/external/clang/lib/Basic/
DVirtualFileSystem.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()
1139 CurrentEntry = *S; in VFSFromYamlDirIterImpl()
1153 CurrentEntry = *S; in increment()
[all …]
/external/llvm/lib/Support/Unix/
DPath.inc475 it.CurrentEntry = directory_entry(path_null.str());
483 it.CurrentEntry = directory_entry();
497 it.CurrentEntry.replace_filename(name);
/external/clang/unittests/Basic/
DVirtualFileSystemTest.cpp65 CurrentEntry = I->second; in DirIterImpl()
74 CurrentEntry = I->second; in increment()
79 CurrentEntry = vfs::Status(); in increment()
/external/llvm/lib/Support/Windows/
DPath.inc604 it.CurrentEntry = directory_entry(directory_entry_path);
614 it.CurrentEntry = directory_entry();
640 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
/external/jarjar/lib/
Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...