Lines Matching refs:NodeAllocator
2004 return Doc->NodeAllocator; in getAllocator()
2458 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2484 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2490 return new (NodeAllocator) in parseBlockNode()
2497 return new (NodeAllocator) in parseBlockNode()
2504 return new (NodeAllocator) in parseBlockNode()
2511 return new (NodeAllocator) in parseBlockNode()
2518 return new (NodeAllocator) in parseBlockNode()
2526 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2527 return new (NodeAllocator) in parseBlockNode()
2533 return new (NodeAllocator) in parseBlockNode()
2544 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
2549 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()