MCPcopy Create free account
hub / github.com/beefytech/Beef / FreeMembers

Method FreeMembers

IDEHelper/Compiler/BfSystem.cpp:543–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

541}
542
543void BfMethodDef::FreeMembers()
544{
545 for (auto param : mParams)
546 delete param;
547 mParams.Clear();
548 for (auto genericParam : mGenericParams)
549 delete genericParam;
550 mGenericParams.Clear();
551 delete mParamNameMap;
552}
553
554BfMethodDeclaration* BfMethodDef::GetMethodDeclaration()
555{

Callers

nothing calls this directly

Calls 5

RemoveNamespaceUsageMethod · 0.80
UntrackNameMethod · 0.80
ReleaseAtomMethod · 0.80
ReleaseAtomCompositeMethod · 0.80
ClearMethod · 0.45

Tested by

no test coverage detected