Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp1844 : scanner(new Scanner(Input, SM, ShowColors, EC)), CurrentDoc() {} in Stream()
1848 : scanner(new Scanner(InputBuffer, SM, ShowColors, EC)), CurrentDoc() {} in Stream()
1864 if (CurrentDoc) in begin()
1870 CurrentDoc.reset(new Document(*this)); in begin()
1871 return document_iterator(CurrentDoc); in begin()
2402 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2428 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2435 SequenceNode( stream.CurrentDoc in parseBlockNode()
2442 MappingNode( stream.CurrentDoc in parseBlockNode()
2449 SequenceNode( stream.CurrentDoc in parseBlockNode()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h115 std::unique_ptr<Document> CurrentDoc; variable