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

Method GetNameNode

IDEHelper/Compiler/BfSystem.h:719–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

717 }
718
719 BfAstNode* GetNameNode()
720 {
721 if (auto fieldDecl = GetFieldDeclaration())
722 return fieldDecl->mNameNode;
723 if (auto paramDecl = GetParamDeclaration())
724 return paramDecl->mNameNode;
725 return NULL;
726 }
727};
728
729class BfPropertyDef : public BfFieldDef

Callers 6

ResolveConstFieldMethod · 0.80
AppendedObjectInitMethod · 0.80
EmitCtorBodyMethod · 0.80
AddFieldMethod · 0.80
GetSymbolReferencesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected