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

/external/llvm/include/llvm/Support/
H A DYAMLParser.h307 // The following two templates are used for both MappingNode and Sequence Node.
334 class MappingNode : public Node { class in namespace:llvm::yaml
342 MappingNode(OwningPtr<Document> &D, StringRef Anchor, MappingType MT) function in class:llvm::yaml::MappingNode
350 friend class basic_collection_iterator<MappingNode, KeyValueNode>;
351 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;
365 static inline bool classof(const MappingNode *) { return true; }

Completed in 643 milliseconds