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

Method VisitDoStmt

CoroutinesCodeGenerator.cpp:175–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173 }
174
175 void VisitDoStmt(DoStmt* stmt)
176 {
177 Visit(stmt->getCond());
178
179 CoroutineASTTransformer{mASTData, mSuspendsCount, stmt->getBody(), mVarNamePrefix, stmt};
180 }
181
182 void VisitWhileStmt(WhileStmt* stmt)
183 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected