Searched defs:ScalarHNode (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Support/
H A DYAMLTraits.h930 class ScalarHNode : public HNode { class in class:llvm::yaml::Input
933 ScalarHNode(Node *n, StringRef s) : HNode(n), _value(s) { } function in class:llvm::yaml::Input::ScalarHNode
940 static inline bool classof(const ScalarHNode *) { return true; }

Completed in 155 milliseconds