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

Method preVisit

src/ast/ast_lint.cpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483 for ( auto & arg : td->argTypes ) lintType(arg);
484 }
485 virtual void preVisit ( TypeDecl * td ) override {
486 Visitor::preVisit(td);
487 lintType(td);
488 }
489 virtual void preVisitAlias ( TypeDecl * td, const string & name ) override {
490 Visitor::preVisitAlias(td,name);
491 if ( !td->isAuto() ) {

Callers

nothing calls this directly

Calls 15

preVisitFunction · 0.85
to_stringFunction · 0.85
needAvoidNullPtrFunction · 0.85
exprReturnsFunction · 0.85
hasImplicitFunction · 0.85
hash64zFunction · 0.85
describeNameMethod · 0.80
getOriginMethod · 0.80
isVoidMethod · 0.80
isAutoMethod · 0.80
isGoodTableTypeMethod · 0.80
getSizeOf64Method · 0.45

Tested by

no test coverage detected