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

Method visitVarDecl

generated/LuaBaseVisitor.h:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28 }
29
30 virtual antlrcpp::Any visitVarDecl(LuaParser::VarDeclContext *ctx) override {
31 return visitChildren(ctx);
32 }
33
34 virtual antlrcpp::Any visitFunctioncall(LuaParser::FunctioncallContext *ctx) override {
35 return visitChildren(ctx);

Callers 1

acceptMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected