Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DYAMLParser.h56 class document_iterator; variable
84 document_iterator begin();
85 document_iterator end();
482 friend class document_iterator; variable
517 class document_iterator {
519 document_iterator() : Doc(nullptr) {} in document_iterator() function
520 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} in document_iterator() function
522 bool operator==(const document_iterator &Other) {
528 bool operator!=(const document_iterator &Other) { return !(*this == Other); }
530 document_iterator operator++() {
DYAMLTraits.h1007 llvm::yaml::document_iterator DocIterator;
/external/llvm/lib/Support/
DYAMLParser.cpp1538 document_iterator Stream::begin() { in begin()
1546 return document_iterator(CurrentDoc); in begin()
1549 document_iterator Stream::end() { in end()
1550 return document_iterator(); in end()
1554 for (document_iterator i = begin(), e = end(); i != e; ++i) in skip()
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp126 for (yaml::document_iterator di = stream.begin(), de = stream.end(); di != de; in dumpStream()
/external/clang/lib/Tooling/
DJSONCompilationDatabase.cpp231 llvm::yaml::document_iterator I = YAMLStream.begin(); in parse()
/external/clang/lib/Basic/
DVirtualFileSystem.cpp862 yaml::document_iterator DI = Stream.begin(); in create()
/external/clang/lib/ARCMigrate/
DObjCMT.cpp2110 document_iterator I = YAMLStream.begin(); in parse()