| 3403 | } |
| 3404 | |
| 3405 | bool LuaParser::expSempred(ExpContext *_localctx, size_t predicateIndex) { |
| 3406 | switch (predicateIndex) { |
| 3407 | case 0: return precpred(_ctx, 1); |
| 3408 | |
| 3409 | default: |
| 3410 | break; |
| 3411 | } |
| 3412 | return true; |
| 3413 | } |
| 3414 | |
| 3415 | // Static vars and initialization. |
| 3416 | std::vector<dfa::DFA> LuaParser::_decisionToDFA; |
nothing calls this directly
no outgoing calls
no test coverage detected