Searched refs:KeyValueNode (Results 1 – 7 of 7) sorted by relevance
85 Expected<StringRef> parseKey(yaml::KeyValueNode &Node);87 virtual Expected<StringRef> parseStr(yaml::KeyValueNode &Node);89 Expected<unsigned> parseUnsigned(yaml::KeyValueNode &Node);91 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);107 Expected<StringRef> parseStr(yaml::KeyValueNode &Node) override;
216 for (yaml::KeyValueNode &RemarkField : *Root) { in parseRemark()286 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey()293 Expected<StringRef> YAMLRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()308 Expected<unsigned> YAMLRemarkParser::parseUnsigned(yaml::KeyValueNode &Node) { in parseUnsigned()320 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { in parseDebugLoc()329 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()371 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()429 Expected<StringRef> YAMLStrTabRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()
48 class KeyValueNode; variable100 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
284 class KeyValueNode final : public Node {288 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function427 friend class basic_collection_iterator<MappingNode, KeyValueNode>;429 using iterator = basic_collection_iterator<MappingNode, KeyValueNode>;448 KeyValueNode *CurrentEntry = nullptr;
116 void KeyValueNode::anchor() {} in anchor()2194 Node *KeyValueNode::getKey() { in getKey()2219 Node *KeyValueNode::getValue() { in getValue()2278 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
421 for (KeyValueNode &KVN : *Map) { in createHNodes()
293 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()