| 8797 | }; |
| 8798 | |
| 8799 | void AddFieldDef(BfFieldDef* fieldDef) |
| 8800 | { |
| 8801 | mResult += "\t"; |
| 8802 | AddLocation(fieldDef->GetRefNode()); |
| 8803 | mResult += "\n"; |
| 8804 | } |
| 8805 | |
| 8806 | void AddPropertyDef(BfTypeDef* typeDef, BfPropertyDef* propDef) |
| 8807 | { |
no test coverage detected