class Input::HNode

Declaration

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

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

Member Variables

public llvm::yaml::Node* _node

Method Overview

  • public HNode(llvm::yaml::Node * n)
  • public static bool classof(const llvm::yaml::Input::HNode *)
  • public virtual ~HNode()

Methods

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

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

Parameters

llvm::yaml::Node* n

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

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

Parameters

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

virtual ~HNode()

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