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

Method GetFieldDef

IDEHelper/Compiler/BfResolvedTypeUtils.cpp:267–272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265//////////////////////////////////////////////////////////////////////////
266
267BfFieldDef* BfFieldInstance::GetFieldDef()
268{
269 if (mFieldIdx == -1)
270 return NULL;
271 return mOwner->mTypeDef->mFields[mFieldIdx];
272}
273
274//////////////////////////////////////////////////////////////////////////
275

Callers 15

TryCaseTupleMatchMethod · 0.80
TryCaseEnumMatchMethod · 0.80
HandleCaseBindMethod · 0.80
VisitMethod · 0.80
TryLocalVariableInitMethod · 0.80
LocalVariableDoneMethod · 0.80
CreateStaticFieldMethod · 0.80
ResolveConstFieldMethod · 0.80
ResolveVarFieldTypeMethod · 0.80
IsThreadLocalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected