Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DYAMLParser.cpp114 void NullNode::anchor() {} in anchor()
2147 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2156 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2171 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2175 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2185 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2190 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2198 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2488 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
2493 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
H A DYAMLTraits.cpp98 if (isa<NullNode>(N)) { in setCurrentDocument()
446 } else if (isa<NullNode>(N)) { in createHNodes()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DYAMLParser.h197 class NullNode final : public Node {
201 NullNode(std::unique_ptr<Document> &D) in NullNode() function
/netbsd-src/external/apache2/llvm/dist/llvm/utils/yaml-bench/
H A DYAMLBench.cpp126 } else if (isa<yaml::NullNode>(n)) { in dumpNode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp277 if (isa<yaml::NullNode>(Document.getRoot())) in parse()