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

/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/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/lib/Support/
H A DYAMLParser.cpp1879 CurrentEntry = nullptr;
1882 if (CurrentEntry) {
1883 CurrentEntry->skip();
1886 CurrentEntry = nullptr;
1893 CurrentEntry = new (getAllocator()) KeyValueNode(Doc);
1899 CurrentEntry = nullptr;
1905 CurrentEntry = nullptr;
1918 CurrentEntry = nullptr;
1925 CurrentEntry = nullptr;
1933 CurrentEntry
[all...]
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp205 CurrentEntry = Status(S);
206 CurrentEntry.setName(Iter->path());
217 CurrentEntry = Status();
221 CurrentEntry = Status(S);
222 CurrentEntry.setName(Iter->path());
306 CurrentEntry = Status();
309 CurrentEntry = *CurrentDirIter;
310 StringRef Name = llvm::sys::path::filename(CurrentEntry.getName());
1156 CurrentEntry = *S;
1170 CurrentEntry
[all...]
/external/llvm/lib/Support/Unix/
H A DPath.inc598 it.CurrentEntry = directory_entry(path_null.str());
606 it.CurrentEntry = directory_entry();
620 it.CurrentEntry.replace_filename(name);
/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp71 CurrentEntry = I->second;
80 CurrentEntry = I->second;
85 CurrentEntry = vfs::Status();
/external/llvm/lib/Support/Windows/
H A DPath.inc722 it.CurrentEntry = directory_entry(directory_entry_path.str());
732 it.CurrentEntry = directory_entry();
758 it.CurrentEntry.replace_filename(Twine(directory_entry_path_utf8));
/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 172 milliseconds