class NullNode

Declaration

class NullNode : public Node { /* full declaration omitted */ };

Description

A null value. Example: !!null null

Declared at: llvm/include/llvm/Support/YAMLParser.h:196

Inherits from: Node

Member Variables

Inherited from Node:

protected Doc
protected SourceRange

Method Overview

  • public NullNode(std::unique_ptr<Document> & D)
  • private void anchor()
  • public static bool classof(const llvm::yaml::Node * N)

Inherited from Node:

Methods

NullNode(std::unique_ptr<Document>& D)

Declared at: llvm/include/llvm/Support/YAMLParser.h:200

Parameters

std::unique_ptr<Document>& D

void anchor()

Declared at: llvm/include/llvm/Support/YAMLParser.h:197

static bool classof(const llvm::yaml::Node* N)

Declared at: llvm/include/llvm/Support/YAMLParser.h:203

Parameters

const llvm::yaml::Node* N