class NullNode
Declaration
class NullNode : public Node { /* full declaration omitted */ };
Description
A null value. Example: !!null null
Declared at: llvm/include/llvm/Support/YAMLParser.h:191
Inherits from: Node
Member Variables
Inherited from Node:
Method Overview
- public NullNode(std::unique_ptr<Document> & D)
- public static bool classof(const llvm::yaml::Node * N)
Inherited from Node:
- public failed
- public getAllocator
- public getAnchor
- public getNext
- public getRawTag
- public getSourceRange
- public getType
- public getVerbatimTag
- public parseBlockNode
- public peekNext
- public setError
- public setSourceRange
- public skip
Methods
¶NullNode(std::unique_ptr<Document>& D)
NullNode(std::unique_ptr<Document>& D)
Declared at: llvm/include/llvm/Support/YAMLParser.h:195
Parameters
- std::unique_ptr<Document>& D
¶static bool classof(const llvm::yaml::Node* N)
static bool classof(const llvm::yaml::Node* N)
Declared at: llvm/include/llvm/Support/YAMLParser.h:198
Parameters
- const llvm::yaml::Node* N