Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DYAMLParser.h126 NK_Null, enumerator
204 : Node(NK_Null, D, StringRef(), StringRef()) {} in NullNode()
206 static bool classof(const Node *N) { return N->getType() == NK_Null; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DYAMLTraits.cpp461 case Node::NK_Null: in createHNodes()
H A DYAMLParser.cpp1993 case NK_Null: in getVerbatimTag()