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

References

lib/Support/YAMLParser.cpp
 1813       Ret = Doc->getTagMap().find("!")->second;
 1817       Ret = Doc->getTagMap().find("!!")->second;
 1823           Doc->getTagMap().find(TagHandle);
 1824       if (It != Doc->getTagMap().end())
 1854   return Doc->peekNext();
 1858   return Doc->getNext();
 1862   return Doc->parseBlockNode();
 1866   return Doc->NodeAllocator;
 1870   Doc->setError(Msg, Tok);
 1874   return Doc->failed();
 2062       return Key = new (getAllocator()) NullNode(Doc);
 2071     return Key = new (getAllocator()) NullNode(Doc);
 2083     return Value = new (getAllocator()) NullNode(Doc);
 2093       return Value = new (getAllocator()) NullNode(Doc);
 2098       return Value = new (getAllocator()) NullNode(Doc);
 2106     return Value = new (getAllocator()) NullNode(Doc);
 2130     CurrentEntry = new (getAllocator()) KeyValueNode(Doc);