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

Method FuncnameContext

generated/LuaParser.cpp:1447–1449  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1445//----------------- FuncnameContext ------------------------------------------------------------------
1446
1447LuaParser::FuncnameContext::FuncnameContext(ParserRuleContext *parent, size_t invokingState)
1448 : ParserRuleContext(parent, invokingState) {
1449}
1450
1451std::vector<tree::TerminalNode *> LuaParser::FuncnameContext::NAME() {
1452 return getTokens(LuaParser::NAME);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected