class Input::MapHNode
Declaration
class Input::MapHNode : public HNode { /* full declaration omitted */ };
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1479
Inherits from: Input::HNode
Member Variables
- public llvm::yaml::Input::MapHNode::NameToNode Mapping
- public SmallVector<std::string, 6> ValidKeys
Inherited from Input::HNode:
Method Overview
- public MapHNode(llvm::yaml::Node * n)
- public static bool classof(const llvm::yaml::Input::HNode * n)
- public static bool classof(const llvm::yaml::Input::MapHNode *)
Inherited from Input::HNode:
Methods
¶MapHNode(llvm::yaml::Node* n)
MapHNode(llvm::yaml::Node* n)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1483
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:1485
Parameters
- const llvm::yaml::Input::HNode* n
¶static bool classof(
const llvm::yaml::Input::MapHNode*)
static bool classof(
const llvm::yaml::Input::MapHNode*)
Declared at: llvm/include/llvm/Support/YAMLTraits.h:1489
Parameters
- const llvm::yaml::Input::MapHNode*