class Input::EmptyHNode

Declaration

class Input::EmptyHNode : public HNode { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1478

Inherits from: Input::HNode

Member Variables

Inherited from Input::HNode:

public _node

Method Overview

  • public EmptyHNode(llvm::yaml::Node * n)
  • private void anchor()
  • public static bool classof(const llvm::yaml::Input::HNode * n)
  • public static bool classof(const llvm::yaml::Input::EmptyHNode *)

Inherited from Input::HNode:

Methods

EmptyHNode(llvm::yaml::Node* n)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1482

Parameters

llvm::yaml::Node* n

void anchor()

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1479

static bool classof(
    const llvm::yaml::Input::HNode* n)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1484

Parameters

const llvm::yaml::Input::HNode* n

static bool classof(
    const llvm::yaml::Input::EmptyHNode*)

Declared at: llvm/include/llvm/Support/YAMLTraits.h:1486

Parameters

const llvm::yaml::Input::EmptyHNode*