Lines Matching refs:KeyValueNode
75 Error parseKey(StringRef &Result, yaml::KeyValueNode &Node);
77 Error parseValue(StringRef &Result, yaml::KeyValueNode &Node);
79 Error parseValue(Optional<unsigned> &Result, yaml::KeyValueNode &Node);
82 Optional<unsigned> &Column, yaml::KeyValueNode &Node);
122 Error RemarkParser::parseKey(StringRef &Result, yaml::KeyValueNode &Node) { in parseKey()
131 Error RemarkParser::parseValue(StringRef &Result, yaml::KeyValueNode &Node) { in parseValue()
147 yaml::KeyValueNode &Node) { in parseValue()
162 yaml::KeyValueNode &Node) { in parseDebugLoc()
167 for (yaml::KeyValueNode &DLNode : *DebugLoc) { in parseDebugLoc()
206 for (yaml::KeyValueNode &ArgEntry : *ArgMap) { in parseArg()
261 for (yaml::KeyValueNode &RemarkField : *Root) { in parseYAMLElement()