Lines Matching refs:NodeAllocator
1866 return Doc->NodeAllocator; in getAllocator()
2320 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2346 return new (NodeAllocator) SequenceNode( stream.CurrentDoc 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()
2380 return new (NodeAllocator) in parseBlockNode()
2388 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2389 return new (NodeAllocator) in parseBlockNode()
2395 return new (NodeAllocator) in parseBlockNode()
2406 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
2411 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()