| 565 | } |
| 566 | |
| 567 | bool Generator::isMemberDataTypeUsingForwardDeclaration(Symbol *topSymbol, Symbol *memberSymbol) |
| 568 | { |
| 569 | return (m_globals->getSymbolPos(topSymbol) < m_globals->getSymbolPos(memberSymbol)); |
| 570 | } |
| 571 | |
| 572 | string Generator::getOutputName(Symbol *symbol, bool check) |
| 573 | { |
nothing calls this directly
no test coverage detected