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

Method GetRootMethodState

IDEHelper/Compiler/BfModule.h:1210–1216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1208 }
1209
1210 BfMethodState* GetRootMethodState()
1211 {
1212 auto checkMethodState = this;
1213 while (checkMethodState->mPrevMethodState != NULL)
1214 checkMethodState = checkMethodState->mPrevMethodState;
1215 return checkMethodState;
1216 }
1217
1218 BfMethodState* GetNonCaptureState()
1219 {

Callers 15

VisitCodeBlockMethod · 0.80
DoIfStatementMethod · 0.80
VisitMethod · 0.80
DoForLessMethod · 0.80
NewScopeStateMethod · 0.80
LocalVariableDoneMethod · 0.80
EmitAppendAlignMethod · 0.80
AppendAllocFromTypeMethod · 0.80
GetMethodInstanceMethod · 0.80
SetupMethodIdHashMethod · 0.80
MarkUsingThisMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected