Lines Matching refs:NodeAllocator
1871 return Doc->NodeAllocator; in getAllocator()
2313 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2339 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2345 return new (NodeAllocator) in parseBlockNode()
2352 return new (NodeAllocator) in parseBlockNode()
2359 return new (NodeAllocator) in parseBlockNode()
2366 return new (NodeAllocator) in parseBlockNode()
2373 return new (NodeAllocator) in parseBlockNode()
2381 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2382 return new (NodeAllocator) in parseBlockNode()
2388 return new (NodeAllocator) in parseBlockNode()
2399 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()