MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / isMemberDataTypeUsingForwardDeclaration

Method isMemberDataTypeUsingForwardDeclaration

erpcgen/src/Generator.cpp:567–570  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

565}
566
567bool Generator::isMemberDataTypeUsingForwardDeclaration(Symbol *topSymbol, Symbol *memberSymbol)
568{
569 return (m_globals->getSymbolPos(topSymbol) < m_globals->getSymbolPos(memberSymbol));
570}
571
572string Generator::getOutputName(Symbol *symbol, bool check)
573{

Callers

nothing calls this directly

Calls 1

getSymbolPosMethod · 0.80

Tested by

no test coverage detected