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

Method DoVisitChild

IDEHelper/Compiler/BfAst.cpp:34–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

32}
33
34void BfStructuralVisitor::DoVisitChild(BfAstNode*& node)
35{
36 if (node == NULL)
37 return;
38 mCurChildRef = &node;
39 node->Accept(this);
40 mCurChildRef = NULL;
41}
42
43void BfStructuralVisitor::AssertValidChildAddr(BfAstNode** nodeRef)
44{

Callers 1

UpdateCEEmitMethod · 0.80

Calls 1

AcceptMethod · 0.80

Tested by

no test coverage detected