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

Method QueueStaticField

IDEHelper/Compiler/CeMachine.cpp:10651–10655  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10649}
10650
10651void CeMachine::QueueStaticField(BfFieldInstance* fieldInstance, const StringImpl& mangledFieldName)
10652{
10653 if (mCurBuilder != NULL)
10654 mCurBuilder->mStaticFieldInstanceMap[mangledFieldName] = fieldInstance;
10655}
10656
10657void CeMachine::ClearTypeData(BfTypeInstance* typeInstance)
10658{

Callers 1

ReferenceStaticFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected