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

Method GetInitializer

IDEHelper/Compiler/BfSystem.h:710–717  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

708 }
709
710 BfExpression* GetInitializer()
711 {
712 if (auto fieldDecl = GetFieldDeclaration())
713 return fieldDecl->mInitializer;
714 if (auto paramDecl = GetParamDeclaration())
715 return paramDecl->mInitializer;
716 return NULL;
717 }
718
719 BfAstNode* GetNameNode()
720 {

Callers 13

LocalVariableDoneMethod · 0.80
ResolveConstFieldMethod · 0.80
ResolveVarFieldTypeMethod · 0.80
AppendedObjectInitMethod · 0.80
CreateStaticCtorMethod · 0.80
EmitCtorBodyMethod · 0.80
UpdateRevisedTypesMethod · 0.80
DoPopulateTypeMethod · 0.80
ResolveMethod · 0.80
GetSymbolReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected