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:
Method Overview
Inherited from Poly:
Methods
¶Seq()
Seq()
Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2862
¶static bool classof(const Poly* N)
static bool classof(const Poly* N)
Declared at: llvm/unittests/Support/YAMLIOTest.cpp:2864
Parameters
- const Poly* N