Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beefytech/Beef
/ VisitMembers
Method
VisitMembers
IDEHelper/Compiler/BfAst.cpp:19–25 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
17
}
18
19
void BfStructuralVisitor::VisitMembers(BfBlock* node)
20
{
21
for (auto& child : *node)
22
{
23
child->Accept(this);
24
}
25
}
26
27
void BfStructuralVisitor::VisitChildNoRef(BfAstNode* node)
28
{
Callers
3
FixitAddNamespace
Method · 0.45
CheckTypeRefFixit
Method · 0.45
BfSystem_GetParserLocationName
Function · 0.45
Calls
1
Accept
Method · 0.80
Tested by
no test coverage detected