Searched refs:YAMLInlineeLinesSubsection (Results 1 – 1 of 1) sorted by relevance
133 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct134 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() function141 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>332 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()377 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()441 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()615 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>616 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()620 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()818 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()