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

Method Visit

CodeGenerator.cpp:1082–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080 }
1081
1082 void Visit(Stmt* stmt)
1083 {
1084 if(stmt) {
1085 StmtVisitor<TemporaryDeclFinder>::Visit(stmt);
1086 }
1087 }
1088};
1089//-----------------------------------------------------------------------------
1090

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected