MCPcopy Create free account
hub / github.com/GaijinEntertainment/daScript / visit

Method visit

src/ast/ast_allocate_stack.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197 inStruct = true;
198 }
199 virtual StructurePtr visit ( Structure * var ) override {
200 inStruct = false;
201 return Visitor::visit(var);
202 }
203 // global variable init
204 virtual void preVisitGlobalLet ( const VariablePtr & var ) override {
205 var->initStackSize = 0;

Callers

nothing calls this directly

Calls 7

getDebuggerMethod · 0.80
getProfilerMethod · 0.80
isWorkhorseTypeMethod · 0.80
isVoidMethod · 0.80
visitFunction · 0.50
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected