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

/external/clang/include/clang/Basic/
H A DVirtualFileSystem.h106 /// \brief Sets \c CurrentEntry to the next entry in the directory on success,
109 Status CurrentEntry; member in struct:clang::vfs::detail::DirIterImpl
121 if (!Impl->CurrentEntry.isStatusKnown())
132 if (EC || !Impl->CurrentEntry.isStatusKnown())
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/include/llvm/Support/
H A DYAMLParser.h304 /// BaseT must have a ValueT* member named CurrentEntry and a member function
305 /// increment() which must set CurrentEntry to 0 to create an end iterator.
314 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
315 return Base->CurrentEntry;
319 assert(Base && Base->CurrentEntry &&
321 return *Base->CurrentEntry;
325 assert(Base && Base->CurrentEntry && "Attempted to access end iterator!");
326 return Base->CurrentEntry;
333 Base->CurrentEntry != Other.Base->CurrentEntry;
409 KeyValueNode *CurrentEntry; member in class:llvm::yaml::final
468 Node *CurrentEntry; member in class:llvm::yaml::final
[all...]
H A DFileSystem.h740 directory_entry CurrentEntry; member in struct:llvm::sys::fs::detail::DirIterState
772 const directory_entry &operator*() const { return State->CurrentEntry; }
773 const directory_entry *operator->() const { return &State->CurrentEntry; }
779 return State->CurrentEntry == directory_entry();
781 return RHS.State->CurrentEntry == directory_entry();
782 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 73 milliseconds