Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DYAMLParser.cpp102 void NullNode::anchor() {} in anchor()
2071 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2080 return Key = new (getAllocator()) NullNode(Doc); in getKey()
2092 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2102 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2107 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2115 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2401 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
DYAMLTraits.cpp84 if (isa<NullNode>(N)) { in setCurrentDocument()
371 } else if (isa<NullNode>(N)) { in createHNodes()
/external/llvm/include/llvm/Support/
DYAMLParser.h176 class NullNode final : public Node {
180 NullNode(std::unique_ptr<Document> &D) in NullNode() function
DYAMLTraits.h997 return NullNode::classof(n->_node);
/external/llvm/utils/yaml-bench/
DYAMLBench.cpp127 } else if (isa<yaml::NullNode>(n)) { in dumpNode()
/external/llvm/lib/Transforms/Utils/
DSymbolRewriter.cpp256 if (isa<yaml::NullNode>(Document.getRoot())) in parse()