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

Method VisitContinueStmt

CodeGenerator.cpp:2619–2624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2617 }
2618
2619 void VisitContinueStmt(ContinueStmt* stmt)
2620 {
2621 found = true;
2622
2623 ReplaceNode(mPrevStmt, stmt, Goto(mContinueLabel));
2624 }
2625
2626 void VisitStmt(Stmt* stmt)
2627 {

Callers

nothing calls this directly

Calls 2

ReplaceNodeFunction · 0.85
GotoFunction · 0.85

Tested by

no test coverage detected