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

Method GetPropertyMethodDeclaration

IDEHelper/Compiler/BfSystem.cpp:559–562  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

557}
558
559BfPropertyMethodDeclaration* BfMethodDef::GetPropertyMethodDeclaration()
560{
561 return BfNodeDynCast<BfPropertyMethodDeclaration>(mMethodDeclaration);
562}
563
564BfPropertyDeclaration* BfMethodDef::GetPropertyDeclaration()
565{

Callers 8

ProcessMethodMethod · 0.80
SetupIRFunctionMethod · 0.80
DoMethodDeclarationMethod · 0.80
SlotVirtualMethodMethod · 0.80
CheckOverridenMethodMethod · 0.80
ExecuteCEOnCompileMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected