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

/external/llvm/include/llvm/Support/
H A DYAMLParser.h27 // for (yaml::document_iterator di = stream.begin(), de = stream.end();
57 class document_iterator;
86 document_iterator begin();
87 document_iterator end();
484 friend class document_iterator;
519 class document_iterator { class in namespace:llvm::yaml
521 document_iterator() : Doc(nullptr) {} function in class:llvm::yaml::document_iterator
522 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} function in class:llvm::yaml::document_iterator
524 bool operator==(const document_iterator &Other) {
530 bool operator!=(const document_iterator
[all...]
H A DYAMLTraits.h993 llvm::yaml::document_iterator DocIterator;
/external/llvm/utils/yaml-bench/
H A DYAMLBench.cpp126 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de;
/external/clang/lib/Tooling/
H A DJSONCompilationDatabase.cpp231 llvm::yaml::document_iterator I = YAMLStream.begin();
/external/llvm/lib/Support/
H A DYAMLParser.cpp1543 document_iterator Stream::begin() {
1551 return document_iterator(CurrentDoc);
1554 document_iterator Stream::end() {
1555 return document_iterator();
1559 for (document_iterator i = begin(), e = end(); i != e; ++i)
/external/clang/lib/Basic/
H A DVirtualFileSystem.cpp877 yaml::document_iterator DI = Stream.begin();
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1953 document_iterator I = YAMLStream.begin();

Completed in 526 milliseconds