Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance
87 struct YAMLSubsectionBase { struct88 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase() argument89 virtual ~YAMLSubsectionBase() = default;105 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {107 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()120 struct YAMLLinesSubsection : public YAMLSubsectionBase {121 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()135 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {137 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()151 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {[all …]
41 struct YAMLSubsectionBase;115 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;