Searched defs:LeafRecordImpl (Results 1 – 1 of 1) sorted by relevance
89 template <typename T> struct LeafRecordImpl : public LeafRecordBase { struct90 explicit LeafRecordImpl(TypeLeafKind K) in LeafRecordImpl() argument95 Error fromCodeViewRecord(CVType Type) override { in fromCodeViewRecord()99 CVType toCodeViewRecord(AppendingTypeTableBuilder &TS) const override { in toCodeViewRecord()104 mutable T Record;107 template <> struct LeafRecordImpl<FieldListRecord> : public LeafRecordBase { struct108 explicit LeafRecordImpl(TypeLeafKind K) : LeafRecordBase(K) {} in LeafRecordImpl() argument114 std::vector<MemberRecord> Members;