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

Method preVisit

include/daScript/ast/ast_visitor.h:54–54  ·  view source on GitHub ↗

TYPE

Source from the content-addressed store, hash-verified

52 virtual void visitModule ( Module * mod ) {}
53 // TYPE
54 virtual void preVisit ( TypeDecl * td ) {}
55 virtual TypeDeclPtr visit ( TypeDecl * td ) { return td; }
56 // ALIAS
57 virtual void preVisitAlias ( TypeDecl * td, const string & name ) {}

Callers 2

visitMethod · 0.45
dispatchMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected