| 1080 | } |
| 1081 | |
| 1082 | void Visit(Stmt* stmt) |
| 1083 | { |
| 1084 | if(stmt) { |
| 1085 | StmtVisitor<TemporaryDeclFinder>::Visit(stmt); |
| 1086 | } |
| 1087 | } |
| 1088 | }; |
| 1089 | //----------------------------------------------------------------------------- |
| 1090 |
nothing calls this directly
no outgoing calls
no test coverage detected