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

Method Visit

CoroutinesCodeGenerator.cpp:136–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134 }
135
136 void Visit(Stmt* stmt)
137 {
138 if(stmt) {
139 StmtVisitor<CoroutineASTTransformer>::Visit(stmt);
140 }
141 }
142
143 void VisitCompoundStmt(CompoundStmt* stmt)
144 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected