HomeSort by relevance Sort by last modified time
    Searched refs:EmptyHNode (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Support/
YAMLTraits.h 728 class EmptyHNode : public HNode {
730 EmptyHNode(Node *n) : HNode(n) { }
731 virtual ~EmptyHNode() {}
735 static inline bool classof(const EmptyHNode *) { return true; }
    [all...]
  /external/llvm/lib/Support/
YAMLTraits.cpp 317 return new EmptyHNode(N);

Completed in 221 milliseconds