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

Method GetFieldDeclaration

IDEHelper/Compiler/BfSystem.h:700–703  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

698 }
699
700 BfFieldDeclaration* GetFieldDeclaration()
701 {
702 return BfNodeDynCast<BfFieldDeclaration>(mFieldDeclaration);
703 }
704
705 BfParameterDeclaration* GetParamDeclaration()
706 {

Callers 12

EmitDtorBodyMethod · 0.80
AddFieldMethod · 0.80
AddPropMethod · 0.80
AddEnumTypeMembersMethod · 0.80
CheckIdentifierMethod · 0.80
CheckMemberNamesMethod · 0.80
DoPopulateTypeMethod · 0.80
GetSymbolReferencesMethod · 0.80
FinishTypeDefMethod · 0.80
LoadFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected