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

Method preVisit

src/ast/ast_derive_alias.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331 }
332 protected:
333 virtual void preVisit ( ExprCopy * expr ) override {
334 Visitor::preVisit(expr);
335 cmresDest[expr->right] = expr->left;
336 }
337 virtual void preVisit ( ExprMove * expr ) override {
338 Visitor::preVisit(expr);
339 cmresDest[expr->right] = expr->left;

Callers

nothing calls this directly

Calls 15

preVisitFunction · 0.85
appendSourcesFunction · 0.85
collectSourcesFunction · 0.85
to_stringFunction · 0.85
intersectSourcesFunction · 0.85
isGoodBlockTypeMethod · 0.80
isRefMethod · 0.80
isGoodFunctionTypeMethod · 0.80
describeNameMethod · 0.80
findMethod · 0.45

Tested by

no test coverage detected