Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/andreasfertig/cppinsights
/ VisitStmt
Method
VisitStmt
CodeGenerator.cpp:909–918 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
907
}
908
909
void VisitStmt(const Stmt* stmt)
910
{
911
for(const auto* child : stmt->children()) {
912
if(child) {
913
Visit(child);
914
}
915
916
RETURN_IF(mIsBinding);
917
}
918
}
919
920
bool Find(const Stmt* stmt)
921
{
Callers
nothing calls this directly
Calls
1
children
Method · 0.80
Tested by
no test coverage detected