MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / Visit

Method Visit

CodeGenerator.cpp:2612–2617  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2610 }
2611
2612 void Visit(Stmt* stmt)
2613 {
2614 if(stmt) {
2615 StmtVisitor<ContinueASTTransformer>::Visit(stmt);
2616 }
2617 }
2618
2619 void VisitContinueStmt(ContinueStmt* stmt)
2620 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected