get the context of a visitor
| 54 | |
| 55 | // get the context of a visitor |
| 56 | void *AST_Visitor_GetContext |
| 57 | ( |
| 58 | const ast_visitor *visitor // visitor |
| 59 | ) { |
| 60 | return visitor->ctx; |
| 61 | } |
| 62 | |
| 63 | // visit an ast-node |
| 64 | void AST_Visitor_visit |
no outgoing calls
no test coverage detected