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

Method visit

src/ast/ast_print.cpp:123–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121 if ( ET ) ss << "/*[";
122 }
123 virtual TypeDeclPtr visit ( TypeDecl * td ) override {
124 if ( ET ) ss << "]*/";
125 return Visitor::visit(td);
126
127 }
128 // enumeration
129 virtual void preVisit ( Enumeration * enu ) override {
130 Visitor::preVisit(enu);

Callers 1

ast_print.cppFile · 0.45

Calls 10

stringClass · 0.85
escapeStringFunction · 0.85
getValueMethod · 0.80
findBitfieldNameMethod · 0.80
isVectorTypeMethod · 0.80
getVectorDimMethod · 0.80
visitFunction · 0.50
describeMethod · 0.45
emptyMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected