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

/external/llvm/include/llvm/Support/
H A DYAMLParser.h234 class KeyValueNode : public Node { class in namespace:llvm::yaml
238 KeyValueNode(std::unique_ptr<Document> &D) function in class:llvm::yaml::KeyValueNode
359 friend class basic_collection_iterator<MappingNode, KeyValueNode>;
360 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;
378 KeyValueNode *CurrentEntry;

Completed in 113 milliseconds