class Input::SequenceHNode
Declaration
class Input::SequenceHNode : public HNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1497
Inherits from: Input::HNode
Member Variables
- public std::vector<std::unique_ptr<HNode>> Entries
Inherited from Input::HNode:
Method Overview
- public SequenceHNode(llvm::yaml::Node * n)
- 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)
SequenceHNode(llvm::yaml::Node* n)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1501
Parameters
¶static bool classof(
const llvm::yaml::Input::HNode* n)
static bool classof(
const llvm::yaml::Input::HNode* n)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1503
Parameters
- const llvm::yaml::Input::HNode* n
¶static bool classof(
const llvm::yaml::Input::SequenceHNode*)
static bool classof(
const llvm::yaml::Input::SequenceHNode*)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1507