Searched refs:YAMLSubsectionBase (Results 1 – 2 of 2) sorted by relevance
85 struct YAMLSubsectionBase { struct86 explicit YAMLSubsectionBase(DebugSubsectionKind Kind) : Kind(Kind) {} in YAMLSubsectionBase() function87 virtual ~YAMLSubsectionBase() = default;103 struct YAMLChecksumsSubsection : public YAMLSubsectionBase {105 : YAMLSubsectionBase(DebugSubsectionKind::FileChecksums) {} in YAMLChecksumsSubsection()118 struct YAMLLinesSubsection : public YAMLSubsectionBase {119 YAMLLinesSubsection() : YAMLSubsectionBase(DebugSubsectionKind::Lines) {} in YAMLLinesSubsection()133 struct YAMLInlineeLinesSubsection : public YAMLSubsectionBase {135 : YAMLSubsectionBase(DebugSubsectionKind::InlineeLines) {} in YAMLInlineeLinesSubsection()149 struct YAMLCrossModuleExportsSubsection : public YAMLSubsectionBase {[all …]
42 struct YAMLSubsectionBase;116 std::shared_ptr<detail::YAMLSubsectionBase> Subsection;