reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/Support/Casting.h
   58     return To::classof(&Val);
  106     return isa_impl<To, From>::doit(*Val);
  122     return isa_impl_wrap<To, SimpleFrom,
  132     return isa_impl_cl<To,FromTy>::doit(Val);
  142   return isa_impl_wrap<X, const Y,
include/llvm/Support/YAMLTraits.h
 1455     static bool classof(const HNode *n) { return NullNode::classof(n->_node); }
lib/Support/YAMLParser.cpp
 2062       return Key = new (getAllocator()) NullNode(Doc);
 2071     return Key = new (getAllocator()) NullNode(Doc);
 2083     return Value = new (getAllocator()) NullNode(Doc);
 2093       return Value = new (getAllocator()) NullNode(Doc);
 2098       return Value = new (getAllocator()) NullNode(Doc);
 2106     return Value = new (getAllocator()) NullNode(Doc);
 2396     return new (NodeAllocator) NullNode(stream.CurrentDoc);
lib/Support/YAMLTraits.cpp
   95     if (isa<NullNode>(N)) {
  418   } else if (isa<NullNode>(N)) {
lib/Transforms/Utils/SymbolRewriter.cpp
  274     if (isa<yaml::NullNode>(Document.getRoot()))
utils/yaml-bench/YAMLBench.cpp
  126   } else if (isa<yaml::NullNode>(n)) {