Home
last modified time | relevance | path

Searched refs:NullNode (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Support/
H A DYAMLParser.cpp115 void NullNode::anchor() {} in anchor()
2063 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2072 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2084 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2094 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2099 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2397 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
H A DYAMLTraits.cpp96 if (isa<NullNode>(N)) { in setCurrentDocument()
414 } else if (isa<NullNode>(N)) { in createHNodes()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DYAMLParser.h192 class NullNode final : public Node {
196 NullNode(std::unique_ptr<Document> &D) in NullNode() function
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp275 if (isa<yaml::NullNode>(Document.getRoot())) in parse()