class Input::SequenceHNode

Declaration

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

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

Inherits from: Input::HNode

Member Variables

public std::vector<std::unique_ptr<HNode>> Entries

Inherited from Input::HNode:

public _node

Method Overview

  • public SequenceHNode(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::SequenceHNode *)

Inherited from Input::HNode:

Methods

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

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

Parameters

llvm::yaml::Node* n

void anchor()

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

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

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

Parameters

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

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

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

Parameters

const llvm::yaml::Input::SequenceHNode*