Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h61 class document_iterator; variable
96 document_iterator begin();
97 document_iterator end();
553 friend class document_iterator; variable
588 class document_iterator {
590 document_iterator() = default;
591 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} in document_iterator() function
593 bool operator==(const document_iterator &Other) const {
599 bool operator!=(const document_iterator &Other) const {
603 document_iterator operator++() {
/freebsd-13.1/contrib/llvm-project/llvm/lib/Remarks/
H A DYAMLRemarkParser.h61 yaml::document_iterator YAMLIt;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DYAMLParser.cpp1863 document_iterator Stream::begin() { in begin()
1871 return document_iterator(CurrentDoc); in begin()
1874 document_iterator Stream::end() { in end()
1875 return document_iterator(); in end()
1879 for (document_iterator i = begin(), e = end(); i != e; ++i) in skip()
H A DVirtualFileSystem.cpp1759 yaml::document_iterator DI = Stream.begin(); in create()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp333 llvm::yaml::document_iterator I = YAMLStream.begin(); in parse()
/freebsd-13.1/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp603 llvm::yaml::document_iterator FirstInvocationFile = InvocationFile.begin(); in parseInvocationList()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DObjCMT.cpp2084 document_iterator I = YAMLStream.begin(); in parse()