| 2436 | } |
| 2437 | |
| 2438 | const Token* getTokenArgumentFunction(const Token* tok, int& argn) { |
| 2439 | return getTokenArgumentFunctionImpl(tok, argn); |
| 2440 | } |
| 2441 | |
| 2442 | Token* getTokenArgumentFunction(Token* tok, int& argn) { |
| 2443 | return getTokenArgumentFunctionImpl(tok, argn); |
no test coverage detected