Lines Matching refs:NodeAllocator
1873 return Doc->NodeAllocator; in getAllocator()
2315 return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1)); in parseBlockNode()
2341 return new (NodeAllocator) SequenceNode( stream.CurrentDoc in parseBlockNode()
2347 return new (NodeAllocator) in parseBlockNode()
2354 return new (NodeAllocator) in parseBlockNode()
2361 return new (NodeAllocator) in parseBlockNode()
2368 return new (NodeAllocator) in parseBlockNode()
2375 return new (NodeAllocator) in parseBlockNode()
2383 StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back(); in parseBlockNode()
2384 return new (NodeAllocator) in parseBlockNode()
2390 return new (NodeAllocator) in parseBlockNode()
2401 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()