Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h61 class document_iterator; variable
558 friend class document_iterator; variable
596 document_iterator(std::unique_ptr<Document> &D) : Doc(&D) {} in document_iterator() function