Lines Matching refs:yaml
33 YAMLParseError(StringRef Message, SourceMgr &SM, yaml::Stream &Stream,
34 yaml::Node &Node);
57 yaml::Stream Stream;
59 yaml::document_iterator YAMLIt;
79 Error error(StringRef Message, yaml::Node &Node);
81 Expected<std::unique_ptr<Remark>> parseRemark(yaml::Document &Remark);
83 Expected<Type> parseType(yaml::MappingNode &Node);
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);
93 Expected<Argument> parseArg(yaml::Node &Node);
107 Expected<StringRef> parseStr(yaml::KeyValueNode &Node) override;