MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / deleteNameExprList

Function deleteNameExprList

src/parser/parser_impl.cpp:96–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void deleteNameExprList ( vector<tuple<string,Expression *>> * list ) {
97 if ( !list ) return;
98 // Expression is gc_node — don't delete, GC will collect
99 delete list;
100 }
101
102 void deleteTypeDeclarationList ( vector<Expression *> * list ) {
103 if ( !list ) return;

Callers 3

switchFunction · 0.85
switchFunction · 0.85
switchFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected