Lines Matching refs:CurrentDoc
1548 , CurrentDoc(0) {}
1552 , CurrentDoc(0) {}
1572 if (CurrentDoc)
1578 CurrentDoc.reset(new Document(*this));
1579 return document_iterator(CurrentDoc);
2049 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2071 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2077 SequenceNode( stream.CurrentDoc
2083 MappingNode( stream.CurrentDoc
2089 SequenceNode( stream.CurrentDoc
2095 MappingNode( stream.CurrentDoc
2101 ScalarNode( stream.CurrentDoc
2107 MappingNode( stream.CurrentDoc
2116 return new (NodeAllocator) NullNode(stream.CurrentDoc);