Searched refs:YAMLInlineeLinesSubsection (Results 1 – 1 of 1) sorted by relevance
136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct137 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() function144 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>335 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()380 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()444 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()618 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>619 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()623 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()823 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()