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

References

include/llvm/Support/YAMLParser.h
  599       Stream &S = (*Doc)->stream;
lib/Support/YAMLParser.cpp
 2270   if (stream.scanner->failed())
 2286   return stream.scanner->peekNext();
 2290   return stream.scanner->getNext();
 2294   stream.scanner->setError(Message, Location.Range.begin());
 2298   return stream.scanner->failed();
 2310     return new (NodeAllocator) AliasNode(stream.CurrentDoc, T.Range.substr(1));
 2336     return new (NodeAllocator) SequenceNode( stream.CurrentDoc
 2343       SequenceNode( stream.CurrentDoc
 2350       MappingNode( stream.CurrentDoc
 2357       SequenceNode( stream.CurrentDoc
 2364       MappingNode( stream.CurrentDoc
 2371       ScalarNode( stream.CurrentDoc
 2380         BlockScalarNode(stream.CurrentDoc, AnchorInfo.Range.substr(1),
 2386       MappingNode( stream.CurrentDoc
 2396     return new (NodeAllocator) NullNode(stream.CurrentDoc);