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

Method GetTypeOptions

IDEHelper/Compiler/BfModule.cpp:16638–16645  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16636}
16637
16638BfTypeOptions* BfModule::GetTypeOptions()
16639{
16640 if ((mCurMethodState != NULL) && (mCurMethodState->mMethodTypeOptions != NULL))
16641 return mCurMethodState->mMethodTypeOptions;
16642 if (mCurMethodInstance == NULL)
16643 return NULL;
16644 return mSystem->GetTypeOptions(mCurTypeInstance->mTypeOptionsIdx);
16645}
16646
16647BfReflectKind BfModule::GetUserReflectKind(BfTypeInstance* attrType)
16648{

Callers 10

GetModuleOptionsMethod · 0.45
CreateTypeDataMethod · 0.45
GetDbgRawAllocDataMethod · 0.45
AllocFromTypeMethod · 0.45
ProcessMethodMethod · 0.45
PopulateReifiedMethod · 0.45
CompileReifiedMethod · 0.45
IsAlwaysIncludeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected