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

Method handleUnionCase

erpcgen/src/SymbolScanner.cpp:920–924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

918}
919
920AstNode *SymbolScanner::handleUnionCase(AstNode *node, top_down)
921{
922 (void)node;
923 return nullptr;
924}
925
926/* TOK_UNION_CASE -> ( (TOK_EXPR -> (indent | scalar)) indent(datatype) indent(varName) ) */
927AstNode *SymbolScanner::handleUnionCase(AstNode *node, bottom_up)

Callers

nothing calls this directly

Calls 15

semantic_errorClass · 0.85
format_stringFunction · 0.85
getTokenMethod · 0.80
getChildMethod · 0.80
getTokenNameMethod · 0.80
addCaseMethod · 0.80
push_backMethod · 0.80
isIdentifierTokMethod · 0.80
getTypeMethod · 0.80
isNumberTokMethod · 0.80
getTokenValueMethod · 0.80

Tested by

no test coverage detected