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

Method VisitIfStmt

CoroutinesCodeGenerator.cpp:189–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187 }
188
189 void VisitIfStmt(IfStmt* stmt)
190 {
191 Visit(stmt->getCond());
192
193 CoroutineASTTransformer{mASTData, mSuspendsCount, stmt->getThen(), mVarNamePrefix, stmt};
194
195 CoroutineASTTransformer{mASTData, mSuspendsCount, stmt->getElse(), mVarNamePrefix, stmt};
196 }
197
198 void VisitForStmt(ForStmt* stmt)
199 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected