Searched defs:CurrentEntry (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h108 /// \brief Sets \c CurrentEntry to the next entry in the directory on success,
111 Status CurrentEntry; member in struct:clang::vfs::detail::DirIterImpl
123 if (!Impl->CurrentEntry.isStatusKnown())
134 if (EC || !Impl->CurrentEntry.isStatusKnown())
139 const Status &operator*() const { return Impl->CurrentEntry; }
140 const Status *operator->() const { return &Impl->CurrentEntry; }
144 return Impl->CurrentEntry.equivalent(RHS.Impl->CurrentEntry);
/external/llvm/include/llvm/Support/
H A DYAMLParser.h273 /// BaseT must have a ValueT* member named CurrentEntry and a member function
274 /// increment() which must set CurrentEntry to 0 to create an end iterator.
283 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
284 return Base->CurrentEntry;
288 assert(Base && Base->CurrentEntry &&
290 return *Base->CurrentEntry;
294 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
295 return Base->CurrentEntry;
302 Base->CurrentEntry != Other.Base->CurrentEntry;
378 KeyValueNode *CurrentEntry; member in class:llvm::yaml::MappingNode
437 Node *CurrentEntry; member in class:llvm::yaml::SequenceNode
[all...]
H A DFileSystem.h755 directory_entry CurrentEntry; member in struct:llvm::sys::fs::detail::DirIterState
787 const directory_entry &operator*() const { return State->CurrentEntry; }
788 const directory_entry *operator->() const { return &State->CurrentEntry; }
794 return State->CurrentEntry == directory_entry();
796 return RHS.State->CurrentEntry == directory_entry();
797 return State->CurrentEntry == RHS.State->CurrentEntry;
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1611 milliseconds