class Input::EmptyHNode

Declaration

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

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

Inherits from: Input::HNode

Member Variables

Inherited from Input::HNode:

public _node

Method Overview

  • public EmptyHNode(llvm::yaml::Node * n)
  • 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:1453

Parameters

llvm::yaml::Node* n

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

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

Parameters

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

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

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

Parameters

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