MCPcopy Create free account
hub / github.com/KDE/kdevelop / endVisit

Method endVisit

plugins/qmljs/duchain/declarationbuilder.cpp:293–298  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291}
292
293void DeclarationBuilder::endVisit(QmlJS::AST::FunctionDeclaration* node)
294{
295 DeclarationBuilderBase::endVisit(node);
296
297 endVisitFunction();
298}
299
300void DeclarationBuilder::endVisit(QmlJS::AST::FunctionExpression* node)
301{

Callers 1

accept0Method · 0.45

Calls 3

endVisitFunction · 0.85
typeMethod · 0.45
popMethod · 0.45

Tested by

no test coverage detected