Searched refs:KeyValueNode (Results 1 – 7 of 7) sorted by relevance
82 Expected<StringRef> parseKey(yaml::KeyValueNode &Node);84 virtual Expected<StringRef> parseStr(yaml::KeyValueNode &Node);86 Expected<unsigned> parseUnsigned(yaml::KeyValueNode &Node);88 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);
190 for (yaml::KeyValueNode &RemarkField : *Root) { in parseRemark()260 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey()267 Expected<StringRef> YAMLRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()286 Expected<unsigned> YAMLRemarkParser::parseUnsigned(yaml::KeyValueNode &Node) { in parseUnsigned()298 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { in parseDebugLoc()307 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()349 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()
48 class KeyValueNode; variable101 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
292 class LLVM_ABI KeyValueNode final : public Node {296 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function435 friend class basic_collection_iterator<MappingNode, KeyValueNode>;437 using iterator = basic_collection_iterator<MappingNode, KeyValueNode>;456 KeyValueNode *CurrentEntry = nullptr;
115 void KeyValueNode::anchor() {} in anchor()2258 Node *KeyValueNode::getKey() { in getKey()2283 Node *KeyValueNode::getValue() { in getValue()2342 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
431 for (KeyValueNode &KVN : *Map) { in createHNodes()
291 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()