struct Seq

Declaration

struct Seq : public Poly, public std::vector { /* full declaration omitted */ };

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2861

Inherits from: Poly, std::vector

Member Variables

Inherited from Poly:

public Kind

Method Overview

  • public Seq()
  • public static bool classof(const Poly * N)

Inherited from Poly:

Methods

Seq()

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2862

static bool classof(const Poly* N)

Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2864

Parameters

const Poly* N