Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DYAMLParser.cpp112 void NullNode::anchor() {} in anchor()
2203 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2212 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2227 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2231 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2241 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2246 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2254 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2544 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
2549 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
H A DYAMLTraits.cpp97 if (isa<NullNode>(N)) { in setCurrentDocument()
445 } else if (isa<NullNode>(N)) { in createHNodes()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DYAMLParser.h197 class NullNode final : public Node {
201 NullNode(std::unique_ptr<Document> &D) in NullNode() function
/openbsd-src/gnu/llvm/llvm/utils/yaml-bench/
H A DYAMLBench.cpp126 } else if (isa<yaml::NullNode>(n)) { in dumpNode()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSymbolRewriter.cpp276 if (isa<yaml::NullNode>(Document.getRoot())) in parse()