Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance
88 struct YAMLSubsectionBase { struct89 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase() argument90 virtual ~YAMLSubsectionBase() = default;106 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {108 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()121 struct YAMLLinesSubsection : public YAMLSubsectionBase {122 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()136 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {138 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()152 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {[all …]
42 struct YAMLSubsectionBase;116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;