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

Method Visit

IDEHelper/Compiler/BfModule.cpp:525–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 }
524
525 void Visit(BfAstNode* astNode) override
526 {
527 mModule->VisitChild(astNode);
528 }
529
530 void DoObjectCreate(BfObjectCreateExpression* objCreateExpr, BfVariableDeclaration* variableDecl)
531 {

Callers

nothing calls this directly

Calls 6

HasAppendAllocMethod · 0.80
AddLocalVariableDefMethod · 0.80
UpdateSrcPosMethod · 0.80
VisitChildMethod · 0.45
ToStringMethod · 0.45
GetPrimitiveTypeMethod · 0.45

Tested by

no test coverage detected