Searched refs:NK_Null (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h118 NK_Null, enumerator in enum:llvm::yaml::Node::NodeKind
196 : Node(NK_Null, D, StringRef(), StringRef()) {}
198 static bool classof(const Node *N) { return N->getType() == NK_Null; }

Completed in 43 milliseconds