Searched defs:LeafRecordImpl (Results 1 – 1 of 1) sorted by relevance
90 template <typename T> struct LeafRecordImpl : public LeafRecordBase { struct91 explicit LeafRecordImpl(TypeLeafKind K) in LeafRecordImpl() function96 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord()100 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()105 mutable T Record;108 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase { struct109 explicit LeafRecordImpl(TypeLeafKind K) : LeafRecordBase(K) {} in LeafRecordImpl() argument115 std::vector<MemberRecord> Members;