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

Method GetMethodDeclaration

IDEHelper/Compiler/BfSystem.cpp:554–557  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

552}
553
554BfMethodDeclaration* BfMethodDef::GetMethodDeclaration()
555{
556 return BfNodeDynCast<BfMethodDeclaration>(mMethodDeclaration);
557}
558
559BfPropertyMethodDeclaration* BfMethodDef::GetPropertyMethodDeclaration()
560{

Callers 15

CreateTypeDataMethod · 0.80
GetIntrinsicMethod · 0.80
GetMethodInstanceMethod · 0.80
TryConstCalcAppendMethod · 0.80
EmitCtorCalcAppendMethod · 0.80
EmitDtorBodyMethod · 0.80
EmitIteratorBlockMethod · 0.80
ProcessMethodMethod · 0.80
SetupIRFunctionMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected