MCPcopy Create free account
hub / github.com/Koihik/LuaFormatter / expSempred

Method expSempred

generated/LuaParser.cpp:3405–3413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3403}
3404
3405bool 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.
3416std::vector<dfa::DFA> LuaParser::_decisionToDFA;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected