Lines Matching refs:NodeAllocator
2021 return Doc->NodeAllocator; in getAllocator()
2522 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2548 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2554 return new (NodeAllocator) in parseBlockNode()
2561 return new (NodeAllocator) in parseBlockNode()
2568 return new (NodeAllocator) in parseBlockNode()
2575 return new (NodeAllocator) in parseBlockNode()
2582 return new (NodeAllocator) in parseBlockNode()
2590 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2591 return new (NodeAllocator) in parseBlockNode()
2597 return new (NodeAllocator) in parseBlockNode()
2608 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
2613 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()