Searched refs:KeyValueNode (Results 1 – 8 of 8) sorted by relevance
87 Expected<StringRef> parseKey(yaml::KeyValueNode &Node);89 virtual Expected<StringRef> parseStr(yaml::KeyValueNode &Node);91 Expected<unsigned> parseUnsigned(yaml::KeyValueNode &Node);93 Expected<RemarkLocation> parseDebugLoc(yaml::KeyValueNode &Node);109 Expected<StringRef> parseStr(yaml::KeyValueNode &Node) override;
217 for (yaml::KeyValueNode &RemarkField : *Root) { in parseRemark()287 Expected<StringRef> YAMLRemarkParser::parseKey(yaml::KeyValueNode &Node) { in parseKey()294 Expected<StringRef> YAMLRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()309 Expected<unsigned> YAMLRemarkParser::parseUnsigned(yaml::KeyValueNode &Node) { in parseUnsigned()321 YAMLRemarkParser::parseDebugLoc(yaml::KeyValueNode &Node) { in parseDebugLoc()330 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()372 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()430 Expected<StringRef> YAMLStrTabRemarkParser::parseStr(yaml::KeyValueNode &Node) { in parseStr()
48 class KeyValueNode; variable100 bool parseEntry(yaml::Stream &Stream, yaml::KeyValueNode &Entry,
279 class KeyValueNode final : public Node {283 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function418 friend class basic_collection_iterator<MappingNode, KeyValueNode>;420 using iterator = basic_collection_iterator<MappingNode, KeyValueNode>;439 KeyValueNode *CurrentEntry = nullptr;
266 class KeyValueNode final : public Node {270 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() function405 friend class basic_collection_iterator<MappingNode, KeyValueNode>;406 typedef basic_collection_iterator<MappingNode, KeyValueNode> iterator;424 KeyValueNode *CurrentEntry;
117 void KeyValueNode::anchor() {} in anchor()2065 Node *KeyValueNode::getKey() { in getKey()2090 Node *KeyValueNode::getValue() { in getValue()2149 CurrentEntry = new (getAllocator()) KeyValueNode(Doc); in increment()
394 for (KeyValueNode &KVN : *Map) { in createHNodes()
292 bool RewriteMapParser::parseEntry(yaml::Stream &YS, yaml::KeyValueNode &Entry, in parseEntry()