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

Method GetDefinition

IDEHelper/Compiler/BfSystem.h:1252–1261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1250 bool IsEmitted() { return mEmitParent != NULL; }
1251
1252 BfTypeDef* GetDefinition(bool getEmitRoot = false)
1253 {
1254 if (mEmitParent != NULL)
1255 {
1256 if ((getEmitRoot) && (mEmitParent->mIsCombinedPartial))
1257 return mEmitParent->mPartials[0];
1258 return mEmitParent;
1259 }
1260 return this;
1261 }
1262
1263 BfTypeDef* GetLatest()
1264 {

Callers 15

CreateTypeDataMethod · 0.80
AssertErrorStateMethod · 0.80
EmitInitBlocksMethod · 0.80
ProcessMethodMethod · 0.80
AddCurrentTypesMethod · 0.80
FixitAddMemberMethod · 0.80
FixitAddCaseMethod · 0.80
FixitAddMethodMethod · 0.80
FixitAddConstructorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected