Home
last modified time | relevance | path

Searched refs:document_iterator (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h62 class document_iterator; variable
94 document_iterator begin();
95 document_iterator end();
545 friend class document_iterator; variable
580 class document_iterator {
582 document_iterator() = default;
583 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} in document_iterator() function
585 bool operator==(const document_iterator &Other) const {
591 bool operator!=(const document_iterator &Other) const {
595 document_iterator operator++() {
H A DYAMLTraits.h1497 document_iterator DocIterator;
/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp1782 document_iterator Stream::begin() { in begin()
1790 return document_iterator(CurrentDoc); in begin()
1793 document_iterator Stream::end() { in end()
1794 return document_iterator(); in end()
1798 for (document_iterator i = begin(), e = end(); i != e; ++i) in skip()
H A DVirtualFileSystem.cpp1521 yaml::document_iterator DI = Stream.begin(); in create()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp282 llvm::yaml::document_iterator I = YAMLStream.begin(); in parse()
/freebsd-12.1/contrib/llvm/lib/OptRemarks/
H A DOptRemarksParser.cpp33 yaml::document_iterator DI;
/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp2092 document_iterator I = YAMLStream.begin(); in parse()