reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Support/YAMLParser.cpp
 1866   return Doc->NodeAllocator;
 2310     return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
 2336     return new (NodeAllocator) SequenceNode( stream.CurrentDoc
 2342     return new (NodeAllocator)
 2349     return new (NodeAllocator)
 2356     return new (NodeAllocator)
 2363     return new (NodeAllocator)
 2370     return new (NodeAllocator)
 2378     StringRef StrCopy = NullTerminatedStr.copy(NodeAllocator).drop_back();
 2379     return new (NodeAllocator)
 2385     return new (NodeAllocator)
 2396     return new (NodeAllocator) NullNode(stream.CurrentDoc);