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

Method visit

src/ast/ast_const_folding.cpp:849–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

847 func = f;
848 }
849 virtual FunctionPtr visit ( Function * that ) override {
850 func = nullptr;
851 return Visitor::visit(that);
852 }
853 // turn static assert into nada or report error
854 virtual ExpressionPtr visit(ExprStaticAssert * expr) override {
855 auto cond = expr->arguments[0];

Callers

nothing calls this directly

Calls 8

toFunction · 0.85
getValueMethod · 0.80
getLocationExtraMethod · 0.80
getConceptLocationMethod · 0.80
visitFunction · 0.50
errorMethod · 0.45
sizeMethod · 0.45
describeMethod · 0.45

Tested by

no test coverage detected