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

Method visit

src/ast/ast_derive_alias.cpp:111–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

109 disabled ++;
110 }
111 virtual ExpressionPtr visit ( ExprAt * expr ) override {
112 disabled --;
113 return Visitor::visit(expr);
114 }
115 // in ?[] only value can alias
116 virtual void preVisit ( ExprSafeAt * expr ) override {
117 Visitor::preVisit(expr);

Callers

nothing calls this directly

Calls 3

isRefMethod · 0.80
isGoodBlockTypeMethod · 0.80
visitFunction · 0.50

Tested by

no test coverage detected