Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/Support/
HDYAMLParser.cpp101 void NullNode::anchor() {} in anchor()
1868 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1877 return Key = new (getAllocator()) NullNode(Doc); in getKey()
1889 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1899 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1904 return Value = new (getAllocator()) NullNode(Doc); in getValue()
1912 return Value = new (getAllocator()) NullNode(Doc); in getValue()
2190 return new (NodeAllocator) NullNode(stream.CurrentDoc); in parseBlockNode()
HDYAMLTraits.cpp81 if (isa<NullNode>(N)) { in setCurrentDocument()
350 } else if (isa<NullNode>(N)) { in createHNodes()
/trueos/contrib/llvm/include/llvm/Support/
HDYAMLParser.h178 class NullNode : public Node {
181 NullNode(OwningPtr<Document> &D) in NullNode() function
HDYAMLTraits.h742 return NullNode::classof(n->_node);