Searched refs:CurrentDoc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Support/
H A DYAMLParser.cpp1525 : scanner(new Scanner(Input, SM)), CurrentDoc() {}
1528 : scanner(new Scanner(InputBuffer, SM)), CurrentDoc() {}
1544 if (CurrentDoc)
1550 CurrentDoc.reset(new Document(*this));
1551 return document_iterator(CurrentDoc);
2069 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
2095 return new (NodeAllocator) SequenceNode( stream.CurrentDoc
2102 SequenceNode( stream.CurrentDoc
2109 MappingNode( stream.CurrentDoc
2116 SequenceNode( stream.CurrentDoc
[all...]
/external/llvm/include/llvm/Support/
H A DYAMLParser.h99 std::unique_ptr<Document> CurrentDoc; member in class:llvm::yaml::Stream

Completed in 73 milliseconds