Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DYAMLParser.h60 class document_iterator; variable
95 document_iterator begin();
96 document_iterator end();
552 friend class document_iterator; variable
587 class document_iterator {
589 document_iterator() = default;
590 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} in document_iterator() function
592 bool operator==(const document_iterator &Other) const {
598 bool operator!=(const document_iterator &Other) const {
602 document_iterator operator++() {
/llvm-project-15.0.7/llvm/lib/Remarks/
H A DYAMLRemarkParser.h59 yaml::document_iterator YAMLIt;
/llvm-project-15.0.7/llvm/utils/yaml-bench/
H A DYAMLBench.cpp132 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de; in dumpStream()
/llvm-project-15.0.7/llvm/lib/Support/
H A DYAMLParser.cpp1919 document_iterator Stream::begin() { in begin()
1927 return document_iterator(CurrentDoc); in begin()
1930 document_iterator Stream::end() { in end()
1931 return document_iterator(); in end()
H A DVirtualFileSystem.cpp2084 yaml::document_iterator DI = Stream.begin(); in create()
/llvm-project-15.0.7/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp330 llvm::yaml::document_iterator I = YAMLStream.begin(); in parse()
/llvm-project-15.0.7/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp627 llvm::yaml::document_iterator FirstInvocationFile = InvocationFile.begin(); in parseInvocationList()
/llvm-project-15.0.7/llvm/tools/sancov/
H A Dsancov.cpp392 yaml::document_iterator DI = S.begin(); in read()
/llvm-project-15.0.7/clang/lib/ARCMigrate/
H A DObjCMT.cpp2083 document_iterator I = YAMLStream.begin(); in parse()