class Input::HNode
Declaration
class Input::HNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1466
Member Variables
- public llvm::yaml::Node* _node
Method Overview
- public HNode(llvm::yaml::Node * n)
- private virtual void anchor()
- public static bool classof(const llvm::yaml::Input::HNode *)
- public virtual ~HNode()
Methods
¶HNode(llvm::yaml::Node* n)
HNode(llvm::yaml::Node* n)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1470
Parameters
¶virtual void anchor()
virtual void anchor()
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1467
¶static bool classof(
const llvm::yaml::Input::HNode*)
static bool classof(
const llvm::yaml::Input::HNode*)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1473
Parameters
- const llvm::yaml::Input::HNode*
¶virtual ~HNode()
virtual ~HNode()
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1471