Searched refs:YAMLInlineeLinesSubsection (Results 1 – 1 of 1) sorted by relevance
135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase { struct136 YAMLInlineeLinesSubsection() in YAMLInlineeLinesSubsection() argument143 static Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>334 void YAMLInlineeLinesSubsection::map(IO &IO) { in map()379 Subsection.Subsection = std::make_shared<YAMLInlineeLinesSubsection>(); in mapping()443 YAMLInlineeLinesSubsection::toCodeViewSubsection( in toCodeViewSubsection()617 Expected<std::shared_ptr<YAMLInlineeLinesSubsection>>618 YAMLInlineeLinesSubsection::fromCodeViewSubsection( in fromCodeViewSubsection()622 auto Result = std::make_shared<YAMLInlineeLinesSubsection>(); in fromCodeViewSubsection()822 auto Result = YAMLInlineeLinesSubsection::fromCodeViewSubsection( in visitInlineeLines()