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

Method visit

plugins/qmljs/duchain/usebuilder.cpp:42–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42bool UseBuilder::visit(QmlJS::AST::FieldMemberExpression* node)
43{
44 useForExpression(node, m_session->locationToRange(node->identifierToken));
45 return UseBuilderBase::visit(node);
46}
47
48bool UseBuilder::visit(QmlJS::AST::IdentifierExpression* node)
49{

Callers 1

parseAndCheckMethod · 0.45

Calls 5

getDeclarationFunction · 0.85
locationToRangeMethod · 0.80
visitFunction · 0.50
QualifiedIdentifierClass · 0.50
toStringMethod · 0.45

Tested by 1

parseAndCheckMethod · 0.36