| 13142 | } |
| 13143 | |
| 13144 | __declspec(noinline) |
| 13145 | ResultType ResultToken::ParamError(int aIndex, ExprTokenType *aParam) |
| 13146 | { |
| 13147 | return ParamError(aIndex, aParam, nullptr, nullptr); |
| 13148 | } |
| 13149 | |
| 13150 | __declspec(noinline) |
| 13151 | ResultType ResultToken::ParamError(int aIndex, ExprTokenType *aParam, LPCTSTR aExpectedType) |
no test coverage detected