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

Method visitLabel

generated/LuaBaseVisitor.h:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 }
81
82 virtual antlrcpp::Any visitLabel(LuaParser::LabelContext *ctx) override {
83 return visitChildren(ctx);
84 }
85
86 virtual antlrcpp::Any visitFuncname(LuaParser::FuncnameContext *ctx) override {
87 return visitChildren(ctx);

Callers 1

acceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected